/* If you'd like to make changes or additions to the style sheet that is ok.
If you are not used to using a style sheet and need help, just holler. 
Rename this file to suit your classroom or leave it called yourclass.css 
If you rename it please let me know the new name. */

body	{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #339;
background-color: #fff;
margin-left: 15px;
margin-right: 10%;
}

p, div, td, ol, ul, li	{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #339;
}

h1, h2, h3, h5, h6 {
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #339
}

h1 {font-size: 140%;
}

h2 {font-size: 130%;
}

h3 {font-size: 120%;
}

h4 {color: #909;
font-size: 110%;
}

h5 {font-size: 100%;
}

h6 {font-size: 90%;
}

a { font-weight: 500;
text-decoration: underline;
}

a:link	{ color: #00639C;
}

a:visited { color: #7f697f;
}

a:hover	{ background-color: #ffc;
color: #990099;
}

a:active { color: #909;
}

.code  {color: #000; /*black*/
font-size: 90%;
}

.note  {color: #f00; /*red*/
}

.spec  {color: #909;
font-size: 110%;
}

/* Do not change below this line */

.height { line-height: 150%;
}

.center { text-align: center;
}

.bq { margin-left: 15px;
margin-right: 15px;
}

.footer  {font-size: 80%;            
}

.index  {font-size: 80%;            
}

.box  {background-color: #ccc;
padding: 8px;
border-width:1px;
border-color:black;
border-style: dashed;
color: #000;
margin-left: 5%;
margin-right:5%;
}

.box2 {
background-color:#fffffc; 
color: #333399;
border: 1px solid #000; 
margin-left: 15px; 
margin-right: 15px; 
padding: 8px;
}

.padup {
padding-top: 15px;
clear: both;
}

#nav {
margin-left: 105px;
}

#nav li {
list-style: none;
margin: 0;
padding: 3px;
}

#nav li a {
text-decoration: none;
}

#nav li a:hover {
text-decoration: overline underline;
}

#nav .last { margin-top: 10px; }

.right {
float: right;
margin-right: 105px;
width: 60%;
}


