/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* This document is a Cascading Style Sheet (CSS).  */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Theme: Y. K. Yap Lab */
/* Pale Yellow = ffff99 */
/* Blue = 0000ff */
/* Red = ff0000 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
BODY
{ 
background: #ffff99 url(images/gradient.jpg) fixed;
color: black; 
font-family: "Times New Roman", Times, serif;
margin: 0em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
TD.black, TH.black, TABLE.black
{ 
font-family: "Times New Roman", Times, serif;
color: #ffff99; 
background: black none;
padding: 0px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
TD.shadow
{ 
background: #ffff99 url(images/dropshadow.jpg);
background-repeat: repeat-x;
padding: 0px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.higher:link 
{
color: #ffff99;
text-decoration: none;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
}
a.higher:visited 
{
color: #ffff99;
text-decoration: none;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
}     
a.higher:hover 
{
color: #ff0000; 
text-decoration: none;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
}  
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

H1, H2, H3
{ 
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
color: #ff0000;
margin: 0em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

H4, H5, H6
{ 
font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
color: #cc0000;
margin: 0em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
P, OL, UL, DT, DD, TD, TH
{ 
font-family: "Times New Roman", Times, serif;
color: black; 
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
P.tagline
{ 
font-family: "Times New Roman", Times, serif;
color: black;
font-size: 140%;
margin: 0.03em;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link 
{
color: #0000ff;
text-decoration: none;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
}
a:visited 
{
color: #000099;
text-decoration: none;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
}     
a:hover 
{
color: #ff0000; 
text-decoration: underline;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
hr
{
color: #f00;
background-color: #f00;
height: 5px;
}
hr.sub
{
color: #c00;
background-color: #c00;
height: 2px;
width: 70%;
}

