body {
/*<!--background-color:#336666;-->*/
/*font-family: Arial; 
font-size: 12px; */
/*color: #3399FF;*/
padding: 0; margin: 0}

/*text*/
p {font-family: Arial; font-size: 11.5px; color:#003333; text-align:left}

.textjustering1{text-align:justify;}
 
/*Rubriker*/
h1 { font-family: helvetica; font-size: 24px; text-aling:left}
h2 { font-family: helvetica; font-size: 14px; text-align:left}
h3 { font-family: helvetica; font-size: 12px; text-align:left} 


/*Bakgrundsf&auml;rger till text*/
.red {background-color:#FF3300}
.yellow {background-color:#FFFF00}
.blue {background-color:#3399FF}


/*Tabeller*/
/*td {font-family: Arial; font-size: 12px; color:#003333;}
*/


/*Listor*/
ol {list-style-type:upper-roman}
ul {list-style-type:circle}


/*centrera text i mitten*/
body {
text-align: center; /* IE */
}
#kontainer {
width:800px;
margin: 0 auto; /* centrerar */
text-align: left; /* kompenserar body center */
}


/*Ruta runt text, startsida*/
#container2 {background:#D9FED7;}
.roundtop {background: #ffffff;}
.roundbottom {background: #ffffff;}
.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #000000; 
border-left: 1px solid #000000; border-right: 1px solid #000000;}
.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #D9FED7; 
border-left: 1px solid #000000; border-right: 1px solid #000000; 
border-width: 0 2px;}
.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #D9FED7; 
border-left: 1px solid #000000; border-right: 1px solid #000000;}
.r4{margin: 0 1px; height: 2px; overflow: hidden; background:#D9FED7; 
border-left: 1px solid #000000; border-right: 1px solid #000000;}
.content {padding: 10px;
border-left: 1px solid #000000; border-right: 1px solid #000000;}



/*L&auml;nkar*/
/*a:active { text-decoration:underline;}
a:link { color: #000000; text-decoration:none;}
a:visited { color: #000000; text-decoration:none;}
a:link {
color:#00FF00;
a:hover { background-color: #CC3333;}
*/
a:link {
color:#FF33CC;
}

a:visited {
color:#FF33CC; 
}

a:hover {
color:#FF00FF;
}

a:active {
color: #006600; text-decoration:underline;
}




