body {
	background: #BBEEEE url(images/bluegreen.jpg);
	margin-left: 0px;
	margin-right: 0px;
	}

td.sidebar {
	color: #FFFFFF;
	background: #000088;
	font-size: 12px;
	font-family: helvetica, sans-serif;
	}

td.main {}

td.action-bar {
	background: #000088 url(images/action-bar.jpg);
	}

td.message {
	color: #000000;
	background: #FFFFFF;
	}

td.title-bar {
	color: #FFFFFF;
	background: url(images/title-bar.jpg);
	}

.main i {
	font-size: 11px;
	font-family: serif;
	font-style: italic;
	}
	
font.big {
	font-size: 18px;
	font-family: helvetica;
	font-weight: bold;
	}

font.medium {
	font-size: 15px;
	font-family: helvetica;
	}
H1.title {
	color: #000088;
	font-size: 45px;
	font-family: "comic sans ms", sans-serif;
	
	}

A:link {color: #00FF00}
A:visited {color: #FFFF00}
A:active {color: FF0000}
