
body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #cccccc;
	text-align: left;
	}
body, div, p, th, td, li, dd {
		/* redundant selectors to help NS4 not forget */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}

a:link {
	color: #333366;
	background-color: transparent;
	text-decoration:none;
	}
a:visited {
	color: #333366;
	background-color: transparent;
	text-decoration:none;
	}
a:active {
	color: #e8ea47;
	background-color: transparent;
	text-decoration:none;
	}

h1 {font-size: 2.6em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1em;}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}
img {
	border: 0;
	}

/* CSS Snippets */

.mainsurround {
	width: 82%;
	height:100%;
	border: 1px solid white;
	padding: 0px;
	background-color: transparent;
	border-top-style:none;
	border-bottom-style:none;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: white;
	border-left-width: 1px;
	border-right-color: white;
	border-right-width: 1px;
	}

.full {
	height:100%;
	}
.main {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}
.small {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	}
