/*
-------------------------------------------------
MASTER styles
------------------------------------------------- 
*/
@import url("layout.css");
@import url("content.css");

body
{	
	text-align: center;
	font-family: Courier New, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	background-image: url("../images/background2.gif");
	padding: 0; 
	margin: 0;
}


/* LINKS ----------------------------------------------- */

a:link, a:visited
{
	color: #555;
	text-decoration: overline;
	text-decoration: none;

}

a:hover, a:active, a:focus
{
	color: #000;
	text-decoration: bold;
}
