/* style.css - revised 030409 */

body { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
background-color: #ffffff; 
}

p { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
}

h1, h2, h3, h4, h5, h6 { 
font-family: Georgia, "Times New Roman", Times, serif;
/* font-family: Arial, Helvetica, sans-serif; */
font-weight: bold; 
color: #006699;
background-color: transparent;
text-align: left; 
}

h1 { 
font-size: 24px; 
margin-bottom: 5px;
}

h2 { 
font-size: 20px; 
margin-bottom: 4px; 
}

h3 { 
font-size: 16px; 
margin-bottom: 3px; 
}

h4 { 
font-size: 12px; 
margin-bottom: 2px; 
}

h5 { 
font-size: 10px; 
margin-bottom: 1px; 
}

h6 { 
font-size: 9px; 
margin-bottom: 0px; 
}

code, samp { 
font-family: "Courier New", Courier, monospace; 
font-size: 11px; 
color: #990000;
background-color: transparent;
}

em { 
font-style: italic; 
}

strong { 
font-weight: bold; 
}

th { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
}

td { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
}

li, ul, ol { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
}

/* The following style is not supported by Netscape 4 */
dt { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: bold; 
color: #003366;
background-color: transparent;
}

/* The following style is not supported by Netscape 4 */
dd { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
}

/* The following pseudo-class is not supported by Netscape 4 */
a:hover { 
color: #ff0000;
background-color: yellow;
text-decoration: none;
}

/* The following class is for ...John Govsky, Instructor */
.toptext { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
}

/* The following class is for FAQ questions */
.faqq { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #ff0000;
background-color: transparent;
}

/* The following class is for FAQ answers */
.faqa { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
}

/* The following class is for FAQ back-to-top links */
.backtotop { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px; 
}

/* The following class is for site navigation (top and left) bar links  */
.navlink { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 9px; 
}

/* The following class is for site navigation (top and left) bar CURRENT PAGE links  */
.navlinkcurrent { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 9px; 
font-weight: bold; 
color: #000000; 
background-color: #cccccc; 
}

/* The following class is for the page footers */
.footer { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 9px; 
}

/* The following class is for resource names */
.resourcename { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
}

/* The following class is for resource descriptions */
.resourcedescr { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
}

/* The following class is for resource URLs */
a.resourceurl { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px;
text-decoration: none;
}

/* The following class is for cssbasics.html */
.demowarning {
font-size: 16px;
font-weight: bold;
color: red;
background-color: yellow;
}

/* The following class is for cssbasics.html */
a.demohover:hover {
color: #FF0000;
background-color: #ffff00;
}

/* The following class is for resources.html */
div.resourcelink li {
font-size: 12px;
margin-top: 3px;
}

/* The following class is for resources.html */
div.resourcelink a {
font-size: 10px;
}


