

body {
	margin: 0px;
	padding: 0;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	background-color: #fdfef6;
}

.logo {
	margin-left: 2cm;
	margin-right: 9cm;
	margin-top: 0.5cm;
	margin-bottom: 1cm;
	height: 2cm;
	padding-top: 0.5cm;
	font-size: 1cm;
	font-family: "Book Antiqua";
	font-weight: bold;
	color: #fdfef6;
	text-align: center;
	background-color: #ABBCCD;
}

.content {
	margin-left: 2cm;
	margin-right: 9cm;
}

.right {
	position: absolute;
	top: 0.5cm;
	right: 1.5cm;
	width: 7cm;         /*Width of right column*/
	height: 25cm;
	padding-top: 0.6cm;
	background-color: #ABBCCD;
	color: #fdfef6;
	text-align: center;
}

.right > a {
    text-decoration: none;
	color: #fdfef6;
	font-weight: bold
}

.right > a:visited {
    text-decoration: none;
	color: #fdfef6;
	font-weight: bold
}

blockquote {
	padding: 5mm;
	border: solid 1px;
}

pre {
	font-size: 14px;
	padding-left: 1.5cm;
}

h1 {
	font-family: Verdana;
	color: #996655;
}

h2 {
	font-family: Verdana;
	color: #996655;
}

h3 {
	font-family: Verdana;
	color: #996655;
}


a {
	text-decoration: none;
	color: #96004D;
	font-weight: bold;
}

a:hover { 
    text-decoration:underline; 
	color: #00599A;
	font-weight: bold;
}

a:active {
    text-decoration: underline;
	color: #00599A;
	font-weight: bold;
}

a:visited {
    text-decoration: none;
	color: #96004D;
	font-weight: bold;
}

a:visited:hover {
    text-decoration: underline;
	color: #00599A;
	font-weight: bold;
}



