
 /*---------------------------------------------------------\
|                                                            |
|    CSS BY THE U.P. WEB MAESTRO - www.upwebmaestro.com      |
|                                                            |
 \---------------------------------------------------------*/

/*
FONT FAMILY (GENERIC) NAMES
serif 		(e.g. Times) 
sans-serif 	(e.g. Helvetica) 
cursive 	(e.g. Zapf-Chancery) 
fantasy 	(e.g. Western) 
monospace 	(e.g. Courier)   
*/


/*============== TEXT STYLES ================================================*/

body		{  	margin: 0px 0px 0px 0px;
        	        padding: 0px;
			background-color: #ffffff;
			background-image: url(cover-background.jpg);
			color: #000000;
			font-size: 100%				}
#body2 {
    position: absolute;
    top: 0px;
    right: 0px;
    height: auto;
    width: 100%;
    min-height: 100%;
    background: transparent url(purple-side.png) left top repeat-y;
	text-align: center;    
	}
	
h1		{  	font-family: verdana, arial, helvetica, sans-serif;
			font-size: 140%;  			}

h2		{  	font-family: verdana, arial, helvetica, sans-serif;
			font-size: 130%;  			}

h3		{  	font-family: verdana, arial, helvetica, sans-serif;
			font-size: 120%;  			}

h4		{  	font-family: verdana, arial, helvetica, sans-serif;
			font-size: 110%;  			}

p		{  	font-family: verdana, arial, helvetica, sans-serif;
			font-size: 100%; 
			line-height: 130%;
			margin: 5px 0px 10px 0px;		}

li		{	font-family: verdana, arial, helvetica, sans-serif;
			font-size: 100%; 
			line-height: 130%;
			margin: 2px 0px 10px 0px;		}

#credits	{	font-size: 70%;
			font-family: verdana, sans-serif;
			text-align: center;
			padding: 20px 5px 20px 75px;		}
				
				
				
/*============== LINK STYLES ================================================*/

.CLASSNAME:link 	{	color: #0000ff;
				line-height: 100%;
				font-family: verdana, arial, helvetica, sans-serif;
				font-size: 100%; 		}
                         
.CLASSNAME:visited 	{	color: #A000C0;
				line-height: 100%;
				font-family: verdana, arial, helvetica, sans-serif;
				font-size: 100%; 		}
                         
.CLASSNAME:hover	{	color: #000000;
				text-decoration:underline overline;
				line-height: 100%;
				background-color: #ffff00;
				font-family: verdana, arial, helvetica, sans-serif;
				font-size: 100%; 		}   
                         
.CLASSNAME:active 	{	color: #000000;
				line-height: 100%;
				background-color: #ffff00;
				font-family: verdana, arial, helvetica, sans-serif;
				font-size: 100%; 		}   


/*============== IMAGE STYLES ================================================*/

