/* http://www.oocities.com/marcusfx/css/reema.css */
/* Named after a beautiful Syrian American female with Style. */

/* CLASSES */

/* COLORS */
/* For documentation only */

/* Web Safe Colors 00 33 66 99 CC FF */

.black		{
		color: #000000;
		}

.blue		{
		color: #3300CC;
		}

.gray		{
		color: #CCCCCC;
		}

.green		{
		color: #00FF00;
		}

.purple		{
		color: #9999FF;
		}

.red		{
		color: #FF0000;
		}

.white		{
		color: #FFFFFF;
		}

.yellow		{
		color: #FFFF00;
		}

/* End COLORS */



/* FONTS */
/* For documentation only */

.fixed		{
		font-family: "Courier New", monospace;
		}

.sans		{
		font-family: Verdana, sans-serif;
		}

.serif		{
		font-family: "Courier New", serif;
		}

/* End FONTS */



/* For use with CITE(?) */
.author		{
		}

/* P#banner */
.banner		{
		}

/* For the date on the News page */
/* Perhaps using a DL with DT as date and P's in DD is Better? */
/* P.date */
.date		{
		font-family: "Courier New", serif;
		font-size: larger;
		font-style: italic;
		font-weight: bold;
		}

/* For deemphasis */
/* In-line */
/* Also see [P].note */
.deem		{
		font-size: smaller;
		}

/* Perhaps using ADDRESS is Better? */
/* DIV#footer */
.footer		{
		}

/* Reverse video */
.highlight	{
		background-color: #FFFFFF;
		color: #000000;
		}

/* For navigation links */
/* P.nav or P#nav */
.nav		{
		font-family: Verdana, sans-serif;
		text-align: right;
		}

/* For stuff you want to include anyway but probably shouldn't */
/* For demphasis */
/* Also see .deem */
/* P.note */
.note		{
		font-family: Verdana, sans-serif;
		font-size: smaller;
		}

/* For names of books, movies, video games, files, etc. */
/* Same as CITE - deprecated */
.proper		{
		font-style: normal;
		text-decoration: underline;
		}

/* Same as Q - NOT deprecated */
/* In-line */
/* Also see BLOCKQUOTE */
.quote		{
		}

/* For term, or something that can be defined */
/* Same as DFN - deprecated */
.term		{
		color: #9999FF;
		font-style: normal;
		}

/* For go to [Top] of page link */
/* P.top */
.top		{
		font-family: Verdana, sans-serif;
		font-size: smaller;
		text-align: center;
		}

/*	Because you don't want to rewrite a whole section or page.
	Basically new stuff since the page was initially written that
	you want to distinguish accordingly, but without killing the
	flow of the original text.					*/
/* P.update */
.update		{
		color: #9999FF;
		}

/* For warnings */
.warning	{
		color: #FF0000;
		text-transform: uppercase;
		}

/* End CLASSES */

/* Everything else */

A		{
		text-decoration: none;
		}
A:active	{
		color: #FFFF00;
		}
A:hover		{
		background-color: #3300CC;
		}
A:link		{
		color: #00FF00;
		}
A:visited	{
		color: #CCCCCC;
		}

/*	If the short form is a pronounceable word (e.g. NATO), the
	ACRONYM element should be used instead of ABBR (e.g. U.N.,
	lbs., SQL, URL).						*/
ABBR		{
		}

ACRONYM		{
		}

ADDRESS		{
		}

/* Limit use */
/* Do not modify */
B		{
		font-weight: bold;
		}

/* Limit use */
/* Do not modify */
BIG		{
		font-size: larger;
		}

/* Also see .quote and Q */
BLOCKQUOTE	{
		}

BODY		{
		background-attachment: fixed;
		background-color: #000000;
		background-image: url(../images/marble.gif);
		background-repeat: repeat;
		color: #FFFFFF;
		font-family: Verdana, sans-serif;
		}

CAPTION		{
		}

/* 'for titles of books, films, etc.' */
CITE		{
		font-style: normal;
		text-decoration: underline;
		}

CODE		{
		}

/* For multiple lines of CODE */
PRE CODE	{
		}

DD     		{
        	font-family: "Courier New", serif;
        	}

/* Do not modify */
DEL, STRIKE, S	{
		text-decoration: line-through;
		}

DT		{
		font-weight: bold;
		}

/* 'for a word being defined' */
/* 'denotes the defining instance of a term' */
/* 'to introduce a new phrase to the reader' */
/* One time use */
DFN		{
		color: #9999FF;
		font-style: normal;
		}

/* For EMphasis */
/* 'structural' unlike I */
EM		{
		font-style: italic;
		}

H1, H3, H5	{
		text-align: center;
		}
H2, H4, H6	{
		text-align: left;
		}

/* Used with DEL */
INS		{
		text-decoration: underline;
		}

/* Limit use */
/* Do not modify */
I		{
		font-style: italic;
		}

/* 'denotes text to be entered by the user' */
KBD		{
		}

P		{
		font-family: "Courier New", serif;
		}

PRE		{
		font-family:  "Courier New", monospace;
		}

/* Same as .quote */
/* In-line */
/* Also see BLOCKQUOTE */
Q		{
		}

/* 'denotes sample output, such as from a program or script' */
/* But no one really knows. */
SAMP		{
		}

/* Limit use */
/* Do not modify */
SMALL		{
        	font-size: smaller;
        	}

/* For STRONG emphasis */
/* 'structural' unlike B */
STRONG		{
		background-color: #FFFFFF;
		color: #000000;
		font-weight: normal;
		}

/* Limit use */
/* Also see PRE */
TT		{
		font-family:  "Courier New", monospace;
		}

/* Limit use */
/* Do not modify */
U		{
		text-decoration: underline;
		}

/* 'used to markup variables or program arguments' */
VAR		{
		}