/*  styles.css - Styles for Juha Happonen web site  */
/*  last update: 11:45 8.4.2003                 */
/*  Copyright by Nikita Zhuk, Frozdesign   */
/*  nikita.zhuk@helsinki.fi                */

body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
}
body {
	background-color:#62A6EC;
	color:#000000;
}
P.paaotsikko,h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 135%;
	font-weight: bold;
	padding-left:5px;
	background-color: #d7e1e8;
	display: block;
	width:99%;
	text-align: center;
}
P.paaotsikkopieni,h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 135%;
	font-weight: bold;
	padding-left:5px;
	background-color: #ffffff;
	display: block;
	width:99%;
	text-align: left;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 135%;
	font-weight: bold;
	padding-left:5px;
	background-color: #ffffff;
	display: block;
	text-decoration:underline;
	width:99%;
	text-align: left;
}


a:link {
	color: #62A6EC;
	background-color:transparent;
	text-decoration: none;
	width:100%;
}
a:visited {
	color: #62A6EC;
	background-color:transparent;
	text-decoration: none;
	width:100%;
}


a:hover {
	color: #000000;
	background-color:transparent;
	text-decoration: underline;
	width:100%;
}


table.layouttable{
	width:800px;
	border:0px;
	border-style:dotted;
	border-width:1px;
}

p.copyright {
	font-size:10px;
	color:#000000;
	text-align:center;
}


