/* CSS Document */

/* CSS Document av Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	/*background-image: url('images/bg_main.jpg');
	background-repeat: repeat-x;
	background-position: top left;*/
}

html,body{
height:100%;
margin:0px;
padding:0px
}


h1 {
	color: #003399;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

			 
a:link {color: #003399; text-decoration: none;}     /* unvisited link */
a:visited {color: #663360; text-decoration: none;}  /* visited link */
a:hover {text-decoration: underline;}   /* mouse over link */
a:active {color: #003399; text-decoration: none;}   /* selected link */

img {
	margin: 10px;
}
