/* _______________ Universal _______________ */

A:link {
	color: blue;
	text-decoration: underline
}

A:visited {
	color: purple;
	text-decoration: underline
}

A:hover {
	color: red;
	text-decoration: none
}

BODY {
	color: #000;
	font-family: "Times New Roman", georgia, times, serif;
	font-size: 14px;
	margin: 2px;
}

.tag {
	color: black;
	font-size: 8px;
	font-family: "Courier New", courier, monaco, monospace
}

.navbar    { color: #060; font-weight: bolder; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #ffffff; border: solid 2px #060 }
/* _______________ Serif Fonts _______________ */

.serif36 {
	font-size: 36px;
	font-family: "Times New Roman", georgia, times, serif;
}

.serif24 {
	font-size: 24px;
	font-family: "Times New Roman", georgia, times, serif;
}

.serif16 {
	font-size: 16px;
	font-family: "Times New Roman", georgia, times, serif;
}

.serif14 {
	font-size: 14px;
	font-family: "Times New Roman", georgia, times, serif;
}

.serif12  { 
	font-size: 12px;
	font-family: "Times New Roman", georgia, times, serif
 }

.serif10 {
	font-size: 10px;
	font-family: "Times New Roman", georgia, times, serif;
}

.serif08 {
	font-size: 8px;
	font-family: "Times New Roman", georgia, times, serif;
}

/* _______________ Sanserif Fonts _______________ */

.sanserif36  {
	font-size: 36px;
	font-family: arial, helvetica, "Lucida Sans Typewriter", verdana, geneva, swiss, sans-serif;
}

.sanserif24  {
	font-size: 24px;
	font-family: arial, helvetica, "Lucida Sans Typewriter", verdana, geneva, swiss, sans-serif;
}

.sanserif16  {
	font-size: 16px;
	font-family: arial, helvetica, "Lucida Sans Typewriter", verdana, geneva, swiss, sans-serif;
}

.sanserif14  {
	font-size: 14px;
	font-family: arial, helvetica, "Lucida Sans Typewriter", verdana, geneva, swiss, sans-serif;
}

.sanserif12  {
	font-size: 12px;
	font-family: arial, helvetica, "Lucida Sans Typewriter", verdana, geneva, swiss, sans-serif;
}

.sanserif10  {
	font-size: 10px;
	font-family: arial, helvetica, "Lucida Sans Typewriter", verdana, geneva, swiss, sans-serif;
}

.sanserif08  {
	font-size: 8px;
	font-family: arial, helvetica, "Lucida Sans Typewriter", verdana, geneva, swiss, sans-serif;
}


/* _______________ Monotype Fonts _______________ */

.monotype36  {
	font-size: 36px;
	font-family: "Courier New", courier, monaco, monospace;
}

.monotype24  {
	font-size: 24px;
	font-family: "Courier New", courier, monaco, monospace;
}

.monotype16  {
	font-size: 16px;
	font-family: "Courier New", courier, monaco, monospace;
}

.monotype14  {
	font-size: 14px;
	font-family: "Courier New", courier, monaco, monospace;
}

.monotype12  {
	font-size: 12px;
	font-family: "Courier New", courier, monaco, monospace;
}

.monotype10  {
	font-size: 10px;
	font-family: "Courier New", courier, monaco, monospace;
}

.monotype08  {
	font-size: 8px;
	font-family: "Courier New", courier, monaco, monospace;
}

/* _______________ Comic Fonts _______________ */

.comic36 { 
	font-size: 36px;
	font-family: "Comic Sans MS", arial, helvetica, "Lucida Sans Typewriter", verdana, geneva, swiss, sans-serif;
}

.comic24 { 
	font-size: 24px;
	font-family: "Comic Sans MS", arial, helvetica, "Lucida Sans Typewriter", verdana, geneva, swiss, sans-serif;
}

.comic16 { 
	font-size: 16px;
	font-family: "Comic Sans MS", arial, helvetica, "Lucida Sans Typewriter", verdana, geneva, swiss, sans-serif;
}

.comic14 { 
	font-size: 14px;
	font-family: "Comic Sans MS", arial, helvetica, "Lucida Sans Typewriter", verdana, geneva, swiss, sans-serif;
}

.comic12 { 
	font-size: 12px;
	font-family: "Comic Sans MS", arial, helvetica, "Lucida Sans Typewriter", verdana, geneva, swiss, sans-serif;
}

.comic10 { 
	font-size: 10px;
	font-family: "Comic Sans MS", arial, helvetica, "Lucida Sans Typewriter", verdana, geneva, swiss, sans-serif;
}

.comic08 { 
	font-size: 08px;
	font-family: "Comic Sans MS", arial, helvetica, "Lucida Sans Typewriter", verdana, geneva, swiss, sans-serif;
}

