<!--
body {
	background-color: #ffffff;
	background-image: url(resources/gui_images/background_tile.gif);
	background-repeat: repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-colour: #44484d;
	line-height: 1.2em;
	margin-top:0;
	margin-bottom:0;
	scrollbar-base-color: #9d215b;
	scrollbar-arrow-color: White;
}

.pink {
color: #295e97;
font-weight:bold;
}

.leftImage {
border-left: 12px solid;
border-top: 12px solid;
border-bottom:12px solid;
border-color: #F59817
}

.rightImage {
border-right: 12px solid;
border-top: 12px solid;
border-bottom:12px solid;
border-color: #F59817
}



a{
color: #3881d2;
text-decoration:underline;
}

a:hover{
color: #295e97;
text-decoration:none;
}

b, strong, heavy{
color: #295e97;
}