body.main_body {
	background-color: #A397FF; /* Light blue */
	margin: 0;
}

div.ramme {
	background-color: #A397FF; /* Light blue */
	padding-top: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}

div.hoved {
	background-color: #4F44D8; /* Blue */
	border: #A397FF; /* Light blue */
	font-family: verdana, arial, sans-serif;
}

div.text {
	color: #A397FF; /* Light blue */
	font-size: 10pt;
	font-weight: normal;
}

div.footer {
	color: #A397FF; /* Light blue */
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
}

table.list_table {
	width: 100%; 
	padding: 0px;
	color: #A397FF; /* Light blue */
	font-size: 8pt;
	text-align: left;
	border-spacing: 0px;
  	border-collapse: collapse;
}

tr.list_header {
	font-size: 11pt;
	font-weight: bold;
}

td.list_right {
	text-align: right;
}

td.list_header_right {
	text-align: right;
}


table.letter_table {
	font-size: 10pt;
	color: #B7FBBF; /* Light green */
	margin-bottom: 10px;
	width: 100%; 
}

td.letter_num {
	text-align: right;
	font-weight: bold;
	color: #6ACF6F; /* Green */
}


a.letter {text-decoration: none; color: #6ACF6F}
a.letter:link {color: #6ACF6F}
a.letter:visited {color: #6ACF6F}
a.letter:hover {color: #FCF9FC}
a.letter:active {color: #6ACF6F}

a.title {text-decoration: none; color: #A397FF; font-weight: bold;}
a.title:link {color: #A397FF}
a.title:visited {color: #A397FF}
a.title:hover {color: FCF9FC}
a.title:active {color: #A397FF}

a.compilation {text-decoration: none; color: #A397FF}
a.compilation:link {color: #A397FF}
a.compilation:visited {color: #A397FF}
a.compilation:hover {color: FCF9FC}
a.compilation:active {color: #A397FF}

a.publisher {text-decoration: none; color: #A397FF}
a.publisher:link {color: #A397FF}
a.publisher:visited {color: #A397FF}
a.publisher:hover {color: FCF9FC}
a.publisher:active {color: #A397FF}

a.year {text-decoration: none; color: #A397FF}
a.year:link {color: #A397FF}
a.year:visited {color: #A397FF}
a.year:hover {color: FCF9FC}
a.year:active {color: #A397FF}

a.main {text-decoration: none; color: #A397FF; font-weight: bold;}
a.main:link {color: #A397FF}
a.main:visited {color: #A397FF}
a.main:hover {color: FCF9FC}
a.main:active {color: #A397FF}

a.title2 {text-decoration: none; color: #A397FF; font-weight: normal;}
a.title2:link {color: #A397FF}
a.title2:visited {color: #A397FF}
a.title2:hover {color: FCF9FC}
a.title2:active {color: #A397FF}


/* C64 screen size:				    */
/*		320 + (2 * 32 border hor) = 384 hor */
/*		200 + (2 * 36 border ver) = 272 ver */
/* C64 colours:                      */
/*		#191D19; black       */
/*		#FCF9FC; white       */
/*		#933A4C; red         */
/*		#B6FAFA; cyan        */
/*		#D27DED; purple      */
/*		#6ACF6F; green       */
/*		#4F44D8; blue        */
/*		#FBFB8B; yellow      */
/*		#D89C5B; orange      */
/*		#7F5307; brown       */
/*		#EF839F; light red   */
/*		#575753; gray 1      */
/*		#A3A7A7; gray 2      */
/*		#B7FBBF; light green */
/*		#A397FF; light blue  */
/*		#EFE9E7; gray 3      */

h2.head1 {
        font-size: 11pt;
        font-weight: bold;
        text-align: left; 
        border-bottom: 1px solid #A397FF;
        color: #0A1C5B;
        margin: 5px 0px 1em 0px;
        padding: -0px 2px 0px 0px;
}


