/* Eastfist Essential Barebones Stylesheet
Copyright © 2006, By Chongchen Saelee */

body {
position: absolute;
left: 0px;
top: 0px;
margin: 0px;
background-color: white;
font-family: verdana, arial, sans-serif;
}

p {
color: black;
font-size: 12px;
}

h1, h2, h3 {
color: #CCCCCC;
font-size: 18px;
}

.footnote, ul, ol, li {
font-size: 11px;
}

.imgNoBorder {
border: 0px;
}

.imgBorder {
border: 1px solid black;
}

#menu a:link {
color: white;
text-decoration: none;}

#menu a:active {
background-color: #006666;
color: white;
text-decoration: none;}

#menu a:visited {
color: white;
text-decoration: none;}

#menu a:hover {
background-color: #006666;
color: white;
text-decoration: none;}


a:link, a:active {
color: #006666;
font-weight: bold;
text-decoration: underline;
}

a:visited {
color: #006666;
font-weight: bold;
text-decoration: underline;
}

a:hover {
color: #FF0000;
font-weight: bold;
text-decoration: underline;
}