/* Ilona Mäkinen 2006-09-08*/

body
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: gray;
}

li
{
        margin-top: 5px;
}

a:link, a:visited
{
	color: #999999;
	text-decoration: underline;
}

a:active
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	color: gray;
	text-decoration: underline;
}

table
{
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 11px;
        color: #999999;
        margin: 10px;
        background-color: black;
        width: 95%;
	border: 1px solid black;
}

td, th
{
	color: #999999;
        background-color: black;
}

.otsikko
{
        height: 1px;
        background-color: grey;
}

#linkit
{
	color: #999999;
	padding: 10px;
	text-align: left;
	width: 200px;
	background-color: black;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	border-left: 2px solid gray;
	border-right: 1px solid gray;
}

#links
{
       	margin-top: 2px;
}


#text
{
        margin: 25px;
}

#teksti
{
	padding: 10px;
	height: 90%;
        background-color: black;
	border-right: 2px solid gray;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	border-left: 1px solid gray;
}

h3, h4
{
	font-variant: small-caps;
}

img
{
	 border: 1px solid gray;
}

input, textarea, select
{
        background-color: black;
        border: 1px solid gray;
        color: #999999;
}