/* Last modified by Ivan 20041103 */

/* links description */

a:link {color:#ffff00;background:transparent;text-decoration:underline}
a:visited {color:#ffffaa;background:transparent;text-decoration:underline}
a:active {color:#aaaaff;background:transparent;text-decoration:underline}
a:hover {text-decoration: underline}

/* now for the overall structure: put first */

body.main {
	background-color: #000033;
	font-family: "Trebuchet MS", "Lucida Grande", verdana; sans-serif;
	line-height: 130%;
	color: #FFFFFF;
	background-image: url(back.gif);
	font-size: 12px;
}

body.bulk {
	background-color: #000033;
	font-family: "Trebuchet MS", "Lucida Grande", verdana; sans-serif;
	line-height: 130%;
	color: #FFFFFF;
	font-size: 12px;
}

.structure {
	border-color: #FFFFFF;
	border-width: 0px;
	border-style: solid;
	padding: 10px;
}

.structurer {
	border-color: #FFFFFF;
	border-width: 0px;
	border-style: solid;
	padding: 10px;
	text-align: right;
}

/* headings */

h1 {
	font-size: 30px;
	line-height: 130%;
	color: #FFFF99;
	background-color: transparent;
}

h2 {
	font-size: 16px;
	line-height: 130%;
	color: #FFFFFF;
	background-color: transparent;
}

h3 {
	font-size: 13px;
	line-height: 130%;
	color: #FFFF00;
	background-color: transparent;
}

font.chapter {
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	color: #FFFF00;
	background-color: transparent;
	margin-bottom: 0;
	font-style: italic;
}

.byline {
	font-size: 13px;
	font-weight: bold;
	line-height: 130%;
	color: #99FF00;
	background-color: transparent;
	margin-bottom: 4;
	font-style: italic;
}

.copyright {
	font-size: 10px;
	line-height: 130%;
	color: #ffffff;
	background-color: transparent;
	margin-bottom: 0;
	font-style: italic;
}

