

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Arial, verdana, sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
p {
font-size: 90%;
}

a:link, a:hover {
	color: #0000CC;
	text-decoration: none;
}
.blue {
	color: Blue;
}
.purple{
	color: #9966FF;
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 120%;
	color: #330099;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #333333;
}

h4{
 font-size: 90%;
 font-weight: bold;
 color: #000000;
}

h5{
 font-size: 80%;
 color: #334d55;
}

ul{
 list-style-type: square;
font-size: 90%;
}


************* #globalNav styles **************/

#globalNav{
color: #C0C0C0;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */


#globalNav a {
	font-size: 75%;
	padding: 0px 4px 0px 0px; 
}

/* Ovanstående gör att det vita fältet fyller tabellens vidd */


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	color: #1A3795;
	font-weight : bold;
	font-size: 11px;
	text-decoration: none;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #CC3333;
	}

/* color= koden för länkens färg. font-weight = koden för länkens fetstil. Text-decoration =underline om man vill ha länken understruken  font-size=small, eller 15 px ger storleken*/
/* Detta är de tre ovansående kodningarna som gör vita länkar i H3! */

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFFFF;
	padding: 2px 0px 2px 10px;
}

/* Detta är de ovansående kodningarna som att det händer ngt vid mouseover! background-color ger färgen bakom länken (vit) vid mouseover */

/* **************
#left a  { color: black; font-size: 80%; font-weight: bold; text-decoration: none; background-color: #abcee0; display: block; margin-top: 5px; margin-right: 15px; margin-left: 10px; padding: 4px }

#left a:hover  { color: #1A3795; font-size: 80%; font-weight: bold; text-decoration: underline; background-color: white; display: block; margin-top: 5px; margin-right: 15px; margin-left: 10px; padding: 4px }
mörkgrå färg=#334d55
blå färg= #0000CC
ljusgrå färg =  #dddddd  ***************/


