a:link {
	text-decoration: underline;
	color: #ffffff;
}
a:visited {
	text-decoration: underline;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: underline;
	color: #ffffff;
}

	body {
		padding : 0;
		margin : 0;
		font : 0.7em Tahoma, sans-serif;
		line-height : 1.5em;
		background-image : url(images/bodybg.gif);
		}
		
	h1 {
		font: bold italic 31px "times new roman", times, serif;
		color: #666;
		letter-spacing: 5px;
		}
	
	h2 {
		font: italic 23px "times new roman", times, serif;
		letter-spacing: 3px;
		color: #999;
		}
	
	h3 {
		font: italic 18px "times new roman", times, serif;
		letter-spacing: 2px;
		color: #CCC;
		} 

	p {
		margin : 0 0 5px 0;
		color: #fff;
		}


	.content {
		background-image : url(images/bg.gif);
		margin : 10px;
		padding : 10px;		
		}

	.header {
		background-image : url(images/bg.gif);
		padding : 10px;
		}

	.bar {
		clear : both;
		font-size : 1.1em;
		background-image : url(images/bg.gif);
		}

	.left {
		width : 100%;
		}

	.left_box {
		margin : 30px;
		color : #fff;
		background-color: #000066;
		padding : 30px;
		border-style: double;
		border-color: #fff;
		}

	.footer {
		clear : both;
		text-align : center;
		padding : 10px 0 10px 0;
		margin : 0;
		border-top : 1px solid #ccc;
		color: #FFF;
		line-height : 1.8em;
		}

	.footer a {
		color: #CCC;
		font-weight: bold;
		}
