* {
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	margin: 0px;
	background-color: #A2B3C6;
}
a {
	color: #30353B;
}/* 466687 + 608CBA */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFFFFF;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFFFFF;
}
div#navi {
	float: left;
	width: 250px;
	background-color: #A2B3C6;
	padding: 5px;
	color: #1E2C3B;
}
div#main {
	float: left;
	width: 700px;
	background-color: #A2B3C6;
	padding: 5px;
	color: #1E2C3B;
}
div#addri {
	float: left;
	width: 300px;
	background-color: #608CBA;
	padding: 5px;
	color: #1E2C3B;
}
ol {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
}
ol p {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
}
ol p a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
input.button {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
input, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1E2C3B;
	border: 1px #1E2C3B solid;
	width: 300px;
}
blockquote {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #466687;
	padding: 30px;
	width: 500px;
}
input.rb, select.rb {
	width: 10px;
	border: 0px;
}
td {
	vertical-align: top;
}
table.programm {
	width: 550px;
}
td.prg {
	background-color: #466687;
	color: #FFFFFF;
	padding: 2px;
}