@charset "utf-8";
/* CSS Document */

body
{
	font-family:"Century Gothic";
	background-color:#241200;
	color:#E2E2E2;
	behavior: url("csshover3.htc");
}
div#title
{
	font-family:"Century Gothic";
	font-size:30;	
	color:#FF0000;
	margin-left: 10px;
}
div#title2
{
	font-family:"Century Gothic";
	font-size:50;
	margin-left: 10px;	
}
div#enter
{
	font-family:"Century Gothic";
	background-color:#003300;
	font-size:20;	
	color:#FF0000;
	text-align:center;
}
div#text1
{
	font-family:"Century Gothic";
	text-align:justify;
	margin-left: 10px;
	margin-right: 10px;
}
div#vistek
{
	font-family:"Century Gothic";
	text-align:center;
}
div#text2
{
	font-family:"Century Gothic";
	font-size=10;
	color:#7D7D7D;
	text-align:center;
}

a:link
{
	color:#FFF;
	elevation:above;
	text-decoration: none;
}

a:visited
{
	color:#FFF;
	text-decoration: none;
}

a:hover
{
	color:#F00;
	text-decoration: none;
}

a:active
{
	color:#FFF;
	text-decoration: none;
}
