@charset "UTF-8";
/* CSS Document - Suunnittelulinja */

.maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	background-position: center top;
	text-align: left;
	height: auto;
	width: 1024px;
	margin:0 auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: visible;
	top: 0px;
	padding: 0px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

a:link    { color: #333333; background: transparent; }
a:visited { color: #333333; background: transparent; }
a:link:hover, a:visited:hover { color: #FF6600; background: transparent; }
a:active  { color: #FF6600; background: transparent; }
