/* Common Body Attributes*/
Body  {
	font-family : Arial, Helvetica, Courier, serif;
	background-color : #FFF;
	color : #000000;
	background-image : url(wallpaper.gif);
	font-size : 100%;
	text-align : left;
}

/* Paragraphs that are Normal*/
P  {
	color : #000000;
}

/* Horizontal Rules*/
HR  {
	width : 95%;
	color : #0000FF;
	text-align : center;
}

/* Anchors common*/
a:link, a:visited, a:active  {
	Text-Decoration : underline;
	Font-Weight : 600;
}

/* Anchors Variant*/
:link  {
	color : #00F;
}

:visited  {
	color : #F00;
}

:active  {
	color : #F70;
}

:hover  {
	color : #F70;
}

/* Headings Common Attributes*/
H1, H2, H3, H4, H5, H6  {
	color : #0000B0;
	font-family : Verdana, Arial, Helvetica, Courier, serif;
}

/* Headings Unique Attributes*/
H1  {
	font-size : 175%;
}

H2  {
	font-size : 162%;
	margin-left : 1%;
}

H3  {
	font-size : 150%;
	margin-left : 2%;
}

H4  {
	font-size : 137%;
	margin-left : 3%;
}

H5  {
	font-size : 125%;
	margin-left : 4%;
}

H6  {
	font-size : 112%;
	margin-left : 5%;
}

LI.navlist  {
	list-style-image : url(linav.gif);
}

LI.download  {
	list-style-image : url(lidl.gif);
}

LI.realmedia  {
	list-style-image : url(realmedia.gif);
}

LI.blueribbon  {
	list-style-image : url(blueribbon.gif);
}

DL.define  {
	padding : .25em .5em .5em .5em;
	background-color : #E0E0E0;
	border : inset 2px #F0F0F0;
}

DT  {
	font-weight : bold;
	color : #330000;
	font-size : 80%;
	margin-left : 1%;
}

DD  {
	font-size : 80%;
	color : #003300;
	margin-left : 3%;
}

.author  {
	font-weight : bold;
	font-style : normal;
	font-variant : small-caps;
}

.quotation  {
	margin-left : 3 em;
	margin-right : 5 em;
}

.popup  {
	color : #770000;
}

/* Elements*/
.block  {
	text-indent : -2%;
	margin-left : 4%;
}

.inline  {
	text-indent : -2%;
	margin-left : 4%;
}

.edited  {
	text-align : center;
	font-size : 75%;
	color : #008000;
}

.copyright  {
	font-size : 65%;
	font-weight : lighter;
}

/* Navigational Links*/
.navigate  {
	font-size : 90%;
	text-align : left;
}

/* Examples used to show a clearer meaning*/
.example  {
	background-color : #FFFFDD;
	text-indent : none;
	margin-left : 3%;
	margin-right : 2%;
	text-align : left;
}

/* Late-Breaking or Updated Info*/
.bulletin  {
	text-indent : 2%;
}

/* Notation or Brief Explanations*/
.notes  {
	background-color : #FAFAFF;
	margin-left : 4%;
	margin-right : 25%;
}

/* Definition of a term, should anchor to definition, if it is a proper title it should be marked as citation*/
dfn  {
	color : #800000;
	Font-Weight : normal;
	text-decoration : none;
}

/* Discussion Paragraph*/
.discuss  {
	text-indent : 1 em;
	margin-left : 3 em;
	margin-right : 3 em;
	text-align : justify;
}

/* Title info version or revision in periodical*/
.titlenote  {
	text-align : center;
	font-size : 85%;
}

/* Introductory Information; most likely use: Paragraph possibly Heading*/
.intro  {
	text-indent : 2%;
	margin-left : 2%;
	margin-right : 4%;
	text-align : left;
	font-size : 95%;
}

/* Lecture Text; most likely use: Paragraph*/
.lecture  {}

/* Footer information; copyrights, time stamps, etc.*/
.footer  {
	text-align : center;
	font-size : 85%;
}

/* Title of a web site; should anchor to most current web site location.*/
.webtitle  {
	font-style : italic;
	color : #003000;
}

/* Title of a book; should anchor to a source of information, on the book, if available*/
.booktitle  {}

/* Title of an essay; should anchor to a source of information, on the essay, if available*/
.essaytitle  {}

