@charset "utf-8";
/* CSS Document */
# container
	{
	width: 320px;
	background-color:#039;
	color: #FFF;	}
# cont-table
	{
	width: 300px;
	}
body
	{
	background-color:#039;
	color: #FFF;		
	}
h1
	{
	font-size: large;
	font-weight:bolder;
	}
h2
	{
	font-size: large;
	font-weight:bolder;
	}
h4
	{
	}
p
	{
		color: #FFF;		
	}
p2
	{
	color: #FFF;
	font-size: xx-small;
	}
p3
	{
	font-size: large;
	}	
a
	{
	color: #FFF;
	text-decoration: none;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
