/*  CSS sheet for use of Draon_Mech_Productions  */

body {
	background-color: #000000;
	color: #000066
}


/*  headers  */

h1{
	font-size: 32px;
	font-family: papyrus;
	font-weight: bold;
	font-variant: normal;
	color: #ff0000;
}
h2{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	font-style: oblique;
}
h3{

	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	color: #0000CC;
	font-style: oblique;
}
h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000FF;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}


/*  Table Cell Id-tags  */

#Subnavi-cell{
	font-size: 12px;
	color: #FF0000;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}
#Body-text_Red{
	color: #CC0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
#Body-text_Blue{
	color: #0000CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
}
#Dislaimer-cell{
	color: #00FFFF;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#cont-bar_cell{
background-image: url("layout/cont_bar.jpg");
background-repeat:repeat-y;
background-position:top, left;
}


/*  text edits  */

.Stand-out-Red {
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.Stand-out-Blue {
	color: #0066FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}
.Design_notes {
	font-family: "OCR A Extended";
	font-size: 12px;
	color: #00FF00;
}


/*  link changes  */

a:link {
	color: #0000FF;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #00FFFF;
}