body {

	}
#cont {

	width: 700px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;

	background: #282828;
}
	
#links {
	width: 500px;
	margin: 0 auto;
	text-align:left;

}

#head{
	color: #808080;
	width: 500px;
	height: 100px;
	background-color: #808080;
}
#left
{
	background-color: #2A1FFF;
	float: left;
	width: 100px;
	height: 700px;
	}
.enter
{
	font-size:30px
}
.home
{
	font-size:18px
}
.small1
{
font-size:11px
}

.new
{
	color:#06F;
}
h1 {
	font-size:40px;
}
h2 {
	font-size:24px;
}
a {
	text-decoration:underline;
	color:#FFF
}
a:hover {
	text-decoration:underline;
	color: #06C;
}
a:link:hover, a:visited:hover {
	color: #CCC;
}
.enter a:hover {
	text-decoration:underline;
	color: #06C;
}
a:visited {
	text-decoration:underline;
color: #fff;
}

a img { border: none; 
}

