/* 
CSS reference sheet... since we all forget things sometimes...
http://www.w3schools.com/css/css_reference.asp 
*/


body {
background-image: url('anotions_bg2.png');
background-attachment: fixed;
background-position: top left;
background-color: #4d4d4d; 
margin: 50px 0px 0px 55px;
font-family: "Trebuchet MS", Verdana, Arial;
color: #ffffff; 
font-size: 12px;
}


div.main {
	width: 600px;
}

p.accent {
	color: #b3b3b3; 
	font-weight: bold;
}





a:link {color: #b3b3b3; font-weight:bold; text-decoration: none}
a:visited {color: #b3b3b3; font-weight:bold; text-decoration: none}
a:hover {color: #b3b3b3; font-weight:bold; text-decoration: underline} 
a:active {color: #b3b3b3; font-weight:bold; text-decoration: none}


