/* style.css - for ande's site */ 

body {
background-color: #fff;
color: #000;
}

p.top
{color: black; font-family: "arial", "sans-serif"; font-size: 10pt; line-height: 10pt; text-indent : 0; text-align: left;}

p.caption
{color: black; font-family: "arial", "sans-serif"; font-size: 9pt; line-height: 10pt; text-indent : 0; text-align: left;}


p.main
{color: #333333; font-family: "arial", "sans-serif"; font-size: 11pt; line-height: 12pt; text-indent : 10; text-align: left;}

p.center
{color: black; font-family: "arial", "sans-serif"; font-size: 11pt; line-height: 10pt; text-indent : 10; text-align: center;}

p.extra
{color: black; font-family: "arial", "sans-serif"; font-size: 9pt; line-height: 10pt; text-indent : 0; text-align: center;}

a:link
{
		font-family: "arial", "sans-serif"; 
		font-size: 10pt;
		color: #3399CC;
		text-decoration: none;
}

a:visited {
		color: #3399CC;
		text-decoration: none;
{

a:hover {
		color: blue;
		text-decoration: underline;
		background-color: #ccc;
}

a:active {
		color: #309;
		text-decoration: underline;
		background-color: gray;
}

