/* This Style Sheet is used for RasterWeb! http://rasterweb.net/raster/    */
/* Feel free to comment on it, or make suggestions about it...        */


body {
	margin-top: 10;
	margin-left: 10;
	margin-bottom: 10;
	margin-right: 10;
	}

h1 {
	font-size: 16px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	}

h2 {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	}

h3 {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	}

h4.nav {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	}
	
p, blockquote, ul, ol, li {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	line-height: 125%;
	}

.smdate { 
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	}

p.old {
	font-size: 12px; 
	font-family: Times, "Times New Roman", serif;
	}

.large { 
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	}

.smside { 
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #000000;
	}

.smsidehead { 
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #ffffff;
	}
	
pre, tt, code {
	font-family: Courier, "Courier New", Monaco, monospace;
	}

a:link { 
	text-decoration: underline;
	color: #993300;
	}
	
a:active { 
	text-decoration: none;
	color: #cc9900;
	}

a:hover { 
	color: #cc3300;
	background-color: #cc9900;
	}

a:visited { 
	text-decoration: underline;
	color: #336600;
	}



