/*
Chris Notley 2006, Grip Films.
*/

body {
	background-color : #9CCDF5;
}


h1 {
	background-color :inherit;
	color : #00008B;
	font-family : Verdana, sans-serif;
	font-size : 20px;
	text-align : center;
}

h2 {
	background-color :inherit;
	color : #000066;
	font-family : Verdana, sans-serif;
	font-size : 17px;
	text-align : left;
}

h3 {
	background-color :inherit;
	color : #000066;
	font-family : Verdana, sans-serif;
	font-size : 12px;
	text-align : center;
}


a:active {  
	text-decoration: none;
	background-color :inherit;
	color : #000066;
}

a.red:active {  
	text-decoration: none;
	background-color :inherit;
	color : #CC0000;
}

a:visited {  
	text-decoration: none;
	background-color :inherit;
	color : #000066;
}

a.red:visited {  
	text-decoration: none;
	background-color :inherit;
	color : #CC0000;
}

a:link {  
	text-decoration: none;
	background-color :inherit;
	color : #000066;
}

a.red:link {  
	text-decoration: none;
	background-color :inherit;
	color : #CC0000;
}

a:hover {  
	text-decoration: underline;
	background-color :inherit;
	color : #000066;
}

a.red:hover {  
	text-decoration: underline;
	background-color :inherit;
	color : #CC0000;
}

img {
	vertical-align: text-bottom;
	background-color : transparent;
}



/* classes */
.rating {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: text-bottom;
	background-color : transparent;
	text-align:center;
	font-size: 14px;
}

.linkspane { 
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:white;
	color:#000066;
	font-size:10px;
	}
	
.toplinks {
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #CCCCCC;
	font-size:14px;
	color:#CC0000;
}






