/*	myCSSmine.css:==:my Style Sheet	*/

/* Html Blocks */
A:link    {color:#808080; text-decoration:none;}
A:visited {color:green; text-decoration:none;}
A:active  {color:red; text-decoration:none;}
A:hover   {color:#6699ff; text-decoration:underline;
           position:relative; top:1; left:1;}

/*
Br, P	{font-family:times, times new roman; margin-top: 5pt; margin-bottom: 5pt}
em, i	{font-family:times, times new roman, arial, helvetica, courier, courier new, impact, verdana; style:italic}

BODY,TH,TD,TT {font-size:x-small;}
*/

BODY {
	scrollbar-face-color:      #FFF5BE;
	scrollbar-track-color:     #FCFCE8;
	scrollbar-arrow-color:     #0070FF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color:    #999372;
	scrollbar-3dlight-color:   #BEB47D;
	scrollbar-darkshadow-color:#BEB47D;
}

H1 {font-size:1.95em;}
H2 {font-size:1.5em;}
H3 {font-size:1.2em;}
H4 {font-size:1em;}
H5 {font-size:0.75em;}
H6 {font-size:0.65em;}

FONT.size1 {font-size:0.65em;}
FONT.size2 {font-size:0.75em;}
FONT.size3 {font-size:1em;}
FONT.size4 {font-size:1.2em;}
FONT.size5 {font-size:1.5em;}
FONT.size6 {font-size:1.95em;}
FONT.size7 {font-size:3em;}

FONT.arial     {font-family:"Arial", "Helvetica";}
.times     {font-family:"Times New Roman", "Times"; font-size:10pt}
FONT.times2    {font-family:"Times New Roman", "Times"; font-size:8pt}
FONT.courier   {font-family:"Courier New", "Courier";}
FONT.impact    {font-family:"Impact", "Arial", "Helvetica";}
FONT.verdana   {font-family:"Verdana", "Arial", "Helvetica";}
FONT.trebuchet {font-family:"Trebuchet MS", "Arial", "Helvetica";}

