	body {
		background-image: url("images/background.PNG");
	}

	table.main {
		width: 768px;
		height: 100px;
		background-color: #000000;
		border: #444444 solid thin;
		border-collapse: collapse;
	}

	a:link { color: #555555 }
	a:visited { color: #555555 }
	a:hover { color: #FFFFFF }
	a:active { color: #AAAAAA }
	a {text-decoration: none }

	p.links {
		text-align: center;
		line-height: 300%;
		font-weight: bold;
	}

	td.links {
		vertical-align: text-top;
		color: FFFFFF;
		font-family: verdana;
		font-size: 60%;
		border-right: #333333 solid thin;
		padding: 20px;
	}

	td.default {
		vertical-align: text-top;
		color: FFFFFF;
		font-family: verdana;
		font-size: 60%;
		padding: 10px;
		width: 638px;
	}

	td.flash {
		vertical-align: text-top;
		color: FFFFFF;
		font-family: verdana;
		font-size: 60%;
	}

	p.date {
		
		line-height: 1%;
	}

	p.title {
		font-size: 200%;
		font-weight: bold;
		text-align: left;
	}
	p.flashtitle {
		font-size: 200%;
		font-weight: bold;
		text-align: center;
	}
	p.blogtitle {
		text-indent: 10px;
		font-size: 200%;
		font-weight: bold;
		line-height: 1%;
	}
	p.blogtext {
		text-indent: 20px;
		font-size: 110%;
		line-height: 160%;
	}

	hr {
		background-color: #333333;
		height: 1px;
		border: thin;
	}

	div.flash {
		width: 100px;
		height: 100px;
		text-align: center;
		margin: 10px;
		border: thin solid #333333;
		background-color: #111111
		
	}
	div.flash img {
		width: 46px;
		height: 46px;
		border: thin solid #000000;
	}
	a:hover div {
		background-color: #222222;
	}
	
	p.copyright {
		color: #FFFFFF;
		text-align:center;
		font-family: verdana;
		font-size: 60%;
	}
