/* 	David Walsh
	Layout CSS
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Body - General Layout Structure	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */   
body {
	margin: 0px;
	padding:0px;
	background-color: #000000;
	font-family: Verdana, Arial, geneva, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../images/backgrounds/gry_logo.jpg);
}

/*A {font-size: 10px;}
A:link {color: #FFCC00; font-weight: bold; text-decoration: none;}
A:active {color:#FFCC00; font-weight: bold; text-decoration: none;}
A:visited {color: #FFCC00; font-weight: bold; text-decoration: none;}
A:hover {color: #FFFFFF; font-weight: bold; text-decoration: none; background-color: #FFCC00;} */
