body {
	background-color: rgb(0,93,173);
	font-family: Verdana, helvetica, sans-serif;
	font-size: small;
	color: white;
	margin-right: 20%;
	margin-left: 50px;
	}

/* fontit yms. */

h1 { font-family: Arial, Verdana; font-size: 130%; letter-spacing: 0.2em;}
h2 { font-family: Arial, Verdana; font-size: 110%; }
h3 { font-family: Arial, Verdana; font-size: small; }


/* span & div */

span, div {
	border: none;
	}

.raami {
	width: 700px;
	/*border: 1px solid white;*/
	padding: 10px;
	}

.ylapalkki {
	width: 700px;
	height: auto;
	border: none;
	margin-bottom: 20px;
	}
	
.valikko {
	font-family: Verdana;
	font-size: small;
	width: 150px;
	float: left;
	}

.valittu {
	font-weight: bold;
	}

.leipateksti {
	font-family: Verdana;
	font-size: small;
	width: 500px;
	float: right;
	}

.vasenpalsta {
	width: 48%;
	float: left;
	}

.oikeapalsta {
	width: 48%;
	float: right
	}

/* logot yms. */
	
.logo_rintarinnan {
	font-family: courier new;
	font-size: 45px;
	letter-spacing: 0.20em;
	}

.url_rintarinnan {
	font-family: courier new;
	font-size: 15px;
	letter-spacing: 0.6em;
	margin-bottom: 10px;
	}
	
.logo_kokoomus {
	margin-top: 20px;
	border: none;
	}
	
/* linkit */

A:link.valikkolinkki { color: white; text-decoration: none; }
A:visited.valikkolinkki { color: white; text-decoration: none; }
A:active.valikkolinkki { color: white; text-decoration: none; }
A:hover.valikkolinkki { color: white; text-decoration: underline; }

A:link.kuva { border: none; }
A:visited.kuva {border: none; text-decoration: none;}
A:active.kuva {border: none; }
A:hover.kuva {border: none; }

A:link { color: white; }
A:visited { color: white; }
A:active { color: white; }
A:hover { color: white; }




