/* CSS Document 
This is the one that will be a good one :)
######
	Put together By Tadge O'Brien
	http://www.tadgeobrien.com
######
*/
body {	
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	line-height: 2em;	
	color: #000000;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
	}
/*This should cover the link style*/
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
	
/*This should be the navigation bar*/
.navigation {
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	}

/*This should be the body text*/
.body {
	font-size: 14px;
	background-color: #FFFFFF;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #0000FF;
	font-weight: 400;
	}
.categories {
	font-size: 14px;
	font-style: oblique;
	font-weight: bolder;
	text-transform: uppercase;
	background-color: #FFFFFF;
}

