@charset "utf-8";

body {
	background-image: url(pic/bricktausta.jpg);
	background-repeat: repeat;
}

a:link {
	color: #C09218;
	
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #00CCFF;
	}
	a:visited {
	color: #C09218;
	}
.textotsikko {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
.textxs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
}

.text11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
