body /* Taustan (vasen ja oikea reuna), sekä tekstin muotoilu */
{
	background-color:silver;
	/*background:url("kuvat/body.jpg") fixed top;*/
	font-size:16px;
	font-family:Verdana;
	padding:0px;
	margin:0px;
}

A /*linkkien muotoilut*/
{
	color:#000000;
	text-decoration:none;
	font-weight: bolder;
	font-style: oblique
}

A:visited
{
	color:#000000;	
}

A:hover
{
	color:#4147BE; 
}

A:active
{
	color:#000000;
}

h1
{
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	margin:5px	
}

p
{
	color:#000000;
	padding:2px 5px;
	margin:0px;
}

#keskittaja /* Tämä on keskellä olevan alueen jossa on logo, linkit ja sisältö muotoilu */
{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	background-color:silver;
}

#logo /* Muotoilu alueelle jossa logo sijaitsee */
{
	height:300px;
	width:760px;
	text-align:center;
	background:url("kuvat/logo.jpg") no-repeat;
	padding:0px;
	margin-top:10px;
}

#menu /* Alue ja muotoilu "linkit" tablelle */
{
	height:40px;
	width:760px;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bolder;
	text-decoration: none;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#993399;
}

#sisalto /* Muotoilut sisältö-alueelle. */
{
	background-color:#F0F0F0 ;
	border:1px solid gray;
	padding:0px;
	width:760px;
	height:350px;
}

div#sisalto /* Muotoilu sisällölle */
{
	height:100%;
	padding:0px;
	width:760px;
	text-align:left;
}

#sisalto img /* Muotoilu kuville jotka tulevat "sisaltoon" */
{
	margin:5px;
	padding:0px;
	border:1px solid gray;
}

#sisalto hr /* Muotoilu vaakaviivalle */
{
	width:500px;
}

#alapalkki /*Muotoilu alapalkin sisällölle*/
{
	height:40px;
	width:760px;
	background-color:#993399;
	margin-top:10px;
	border:1px solid gray;
	text-align:center;
}

#alapalkki p /*Muotoilu alapalkissa käytetylle "p":lle*/
{
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bolder;
	text-decoration:none;
}
