body {
	background-color:  rgb(0,0,0);
	color:             rgb(50,0,0);
	font-family:       Arial, sans-serif;
	font-size:         10pt;
	font-weight:       bold;
	margin:            0;
}

img {
	border-width:      0;
	display:           block;
}

.penguin {
	vertical-align:    top;
}

.coolinput {
	background-color:  rgb(0,0,0);
	color:             rgb(255,255,255);
	font-family:       Terminal, System, Courier, monospace;
	font-size:         12pt;
	border-width:      1px;
	border-style:      dotted;
	border-color:      rgb(255,255,255);
	padding:           2px;
}

.maincell {
	background-image:  url(images/c2.png);
	background-color:  rgb(255,255,255);
	background-repeat: no-repeat;
	color:             rgb(0,0,0);
	font-family:       Arial, sans-serif;
	font-size:         10pt;
	font-weight:       bold;
	padding:           8px;
}

.maintitle {
	color:             rgb(175,0,0);
	font-family:       Arial, sans-serif;
	font-size:         24pt;
	font-weight:       bold;
	text-align:        center;
}

.maintext {
	color:             rgb(50,0,0);
	font-family:       Arial, sans-serif;
	font-size:         10pt;
	font-weight:       bold;
	text-align:        justify;
}

.item {
	color:             rgb(50,0,0);
	font-family:       Arial, sans-serif;
	font-size:         10pt;
	font-weight:       bold;
	text-align:        left;
}

.editor {
	color:             rgb(50,0,0);
	font-family:       Arial, sans-serif;
	font-size:         10pt;
	font-weight:       bold;
	font-variant:      small-caps;
	text-align:        left;
}

.rightitem {
	color:             rgb(50,0,0);
	font-family:       Arial, sans-serif;
	font-size:         10pt;
	font-weight:       bold;
	text-align:        right;
}

.cencell {
	text-align:        center;
}

.subtitle {
	color:             rgb(125,0,0);
	font-family:       Arial, sans-serif;
	font-size:         16pt;
	font-weight:       bold;
	text-decoration:   underline;
	text-align:        center;
}

.phtitle {
	text-align:        right;
}

.mainspacer {
	width:             50px;
}
