
body {
	background-color: #ddddff;
}


#navi {
	background-color: #8888ff;
	color: white;
	top: 0;
	left: 0;
	position: fixed;
	padding: 0px 2px;
}

#navi a:link { color:#ddffdd;}
#navi a:visited { color:#c0ffee;}
#navi a:active { color:#ffdddd;}
#navi a:hover { background-color:#9999ff;}

#navi:before { color:#dddddd; content: "= ";}
#navi:after  { color:#dddddd; content: " =";}

#navi { opacity: 0.5;}
#navi:hover { opacity: 1;}


.cent {
	margin: 10px auto;
	width: 600px;
}


#main {
	border: 5px ridge #ff0000;
	padding: 15px 15px 0px;
	width: 90%;
	background-color: #f3f3f3;
	margin: 10px auto;
}


#release {
	float: left;
	background-color: #fffff0;
	border:solid #888888;
	padding: 5px 10px;
	overflow: scroll;
	width: 60%;
	height: 300px;
	margin: 10px 20px;
}


#twitter { margin: 30px 70%;}


h1 {
	font-family:'Comic Sans MS';
	margin: 10px 20px;
	color: #603000;
	font-weight: bold;
	font-size: 48pt;
	text-align:center;
	border: 3px dotted green;
	text-shadow: white 1px 1px 3px, black 2px 2px 3px;
}

h2 {
	font-family:'Impact';
	margin: 10px 20px;
	color: white;
	font-size: 60pt;
	text-align:center;
	text-shadow: black 0px 0px 5px;
	text-decoration: overline underline;
}
a.nodec { text-decoration: none;}

h3 {
	margin-top: 20px;
	font-size: 28pt;
	text-align:center;
	text-shadow: blue 0px 0px 5px;
}


a.kona {
	color: orange;
	margin-top: 20px;
	font-size: 25pt;
	font-weight: bold;
	text-shadow: white -1px -1px 0px, red 1px 1px 0px;
	text-decoration: none;
}


.comment { margin-left: 50px;}

#copr {
	margin-top: 80px;
	clear: both;
	text-align: center;
}


table {
	margin: 10px auto;
	border-collapse: collapse;
	border-bottom: 2px solid #000000;
}

th {
	background-color: #FF9941;
    border-top: 2px solid #A63600;
	border-bottom: 1px solid white;
}

td {
	background-color: #85F090;
	border-bottom: 1px solid white;
}

td a {
	color: #112277;
    font-weight: bold;
	text-decoration: none;
}

th, td {
    color: #112233;
    padding: 5px 10px;
}


#links{
	text-align: center;
}

#links a {
	font-weight: bold;
	font-size: 18pt;
}


#contests{text-align: center;}


#doga {
	width: 500px;
	text-align:center;
}

#doga th a{
	color: #112277;
    font-weight: bold;
	text-decoration: none;
}

