								/* Global styles sheet  */


/* HTML Tags */


body {	 															/* Defines the style rules for the <body> tag */
	background-color: transparent;									/* Possible Values: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow. #xxxxxx, #xxx, rgb(xxx,xxx,xxx)  */
	scrollbar-face-color: #2a2d7e;									/* forgrounf color  */
	scrollbar-arrow-color: #f5ca09;									/* arrow color  */
	scrollbar-base-color: #2a2d7e;									/* background color  */
	scrollbar-track-color: #f5ca09;									/* track color  */
	scrollbar-shadow-color: black;									/* right and bottom border color  */
	scrollbar-highlight-color: normal;								/* left and top border color */
	scrollbar-darkshadow-color: normal;								/* ??? */
	scrollbar-3dlight-color: normal;								/* ??? */
}


p {																	
																	/* Defines the style rules for all <P> tags */
	font-family: "comic sans ms",Arial, Helvetica, sans-serif;
	font-size: 100px;												/*Possible Values:  35px ,xx-small | x-small | small | medium | large | x-large | xx-large,larger | smaller, 75% */
	font-style: normal;												/* Possible Values:  normal | italic | oblique */
	line-height: normal;											/* Possible Values:  normal | <number> | <length> | <percentage>  */
	font-weight: Normal;											/*Possible Values:  normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 */
	font-variant: normal;
	color: normal;													/* Possible Values: <color>  */
	background: transparent;										/* Possible Values:  <color> | transparent  */
	background-color: transparent;									/* Possible Values:  <color> | transparent  */
	word-spacing:	normal;											/* Possible Values:  normal | <length> */
	letter-spacing: normal;											/* Possible Values:  normal | <length> */
	text-decoration: normal;										/* Possible Values:  none | [ underline || overline || line-through || blink ] */
	text-shadow: red 10px 10px 2px, yellow -10px -10px;
	border-bottom-style: normal;									/* Possible Values:[ none | dotted | dashed | solid | double | groove | ridge | inset | outset ]{1,4} */
	border-bottom-color: normal;									/* Possible Values: <color> */ 
	border-bottom-width: normal;									/* Possible Values:  35px  */

}

h1 {																/* Defines the style rules for all <H1> tags */
	font-family: "comic sans ms", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000099;
}

h2 {																/* Defines the style rules for all <H2> tags */
	font-family: "comic sans ms", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: Bold;
	font-variant: normal;
	color: #000066;
}
h3 {																/* Defines the style rules for all <H3> tags */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000099;
}

.textleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000099;
	text-align: left;
}

.textright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000099;
	text-align: right;
}

.textcenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000099;
	text-align: center;
}

a:link { text-decoration: none; color: Black}
a:visited {  color: #000099}
a:hover {  color: red; font-weight: Bold;}
a:active {  color: #000099}

/* Scrool Bars */


