@charset "utf-8";

body {
	background-color: #124469;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}

#center_col li {
	list-style-type: circle;
	margin-top: 3px;
}


a:link {
	color: #124469;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}


.red {
	color: #F00;
	text-decoration: blink;
	font-weight: bold;
}
.bold {
	font-style: normal;
	font-weight: bold;
}
.citat {
	font-style: italic;
	color: #333;
	font-size: medium;
}
.grey {
	font-weight: normal;
	color: #666;
}
.blue {
	color: #06F;
}
.green {
	color: #5ACA48;
}
h2 {
	margin-bottom: -10px;
}

.align_left {
	align:left;
	}

.size {
	font-size: 10px;	
	}
