BODY    {font-size : medium;
		font-family : times new roman, helvetica, sans-serif;
		font-weight : bold;
		font-style : normal;
		color : Black;
		background-color :#F0FFFF;
		position : relative;}

a		{color:#000099}


.solid {spacing: 0;
		 border: 1px black solid;
		 }

	
table.solid {spacing: 0;
		 border: 1px black solid;
		 }
td.solid {spacing: 0;
		 border: 1px black solid;
		 }
		
td.meny {background-color:#F5F5DC; 
		 width : 156;
		 height : 100%;
		 font-family : verdana, helvetica, sans-serif;
		 font-weight : bold;}
<!-- Viktor har satt menyn till exakt 156 px pga bredden på UAS-giffen -->

div.meny {margin-top : 5;
		 font-family : verdana, helvetica, sans-serif;
		 font-weight : bold;}
		 
a.meny_vald {text-decoration : none;
		color : red;
		font-size : 13px;
		font-weight : bold;
		font-color : black;}
		
a.meny {text-decoration : none;
		font-size : 13px;
		font-weight : bold;
		font-color : black;}
a.meny_mini {text-decoration : none;
		font-size : 11px;
		font-color : black;}

!-- Viktor har gjort ny layoutgrund för kortare info-text som ej ska skrivas ut-->

div.korttext {font-family : verdana, helvetica, sans-serif;
			  font-size: 15px;
			  text-decoration : none;}

table.korttext {font-family : verdana, helvetica, sans-serif;
			  font-size: 15px;
			  text-decoration : none;}

td.korttext {font-family : verdana, helvetica, sans-serif;
			  font-size: 15px;
			  text-decoration : none;}

a.korttext   {font-family : verdana, helvetica, sans-serif;
			  text-decoration : none;
			  font-weight : bold;}

<!-- Viktor har gjort ny layoutgrund för frågorna, bara för att kunna ändra typsnitt lätt-->
div.fragor {font-family : helvetica, verdana, sans-serif;}

table.fragor {font-family : helvetica, verdana, sans-serif;}

td.fragor {border: 3px black solid;}
		
.link {font-size : 12px;}

#required {color : red;
		   font-size : 25px;}
		

H1	{color:black; 
	 font-size : 38px;
	 font-family : verdana, helvetica, sans-serif;
	 font-weight : bold;}
H2  {font-size : 28px;
	 font-family : verdana, helvetica, sans-serif;
	 font-weight : bold;}
 
H3  {color:Black}
H4  {color:Black}

.helpbox {
	font-family: arial;
	font-size:12;
	position:absolute;
	left:770px;
	width: 150px;
	background-color:#FFFF99;
	visibility:hidden;
	padding: 5px;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px
}