/*BODY has BLACK BACKGROUND*/
body 
{   	
       
        background-color: black;
	
}


/*SCROLLBARS FOR BLACK BACKGROUND - ONLY WORKS FOR IE*/

html
{
    
    scrollbar-face-color: #000000;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-highlight-color: #000000;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-base-color: #000000;

}


/*FONTS*/

/*NORMAL PARAGRAPH*/
p
{
        font: bold 16px arial, helvetica, sans-serife;
        color: white;

}
    

.black 
{  
	font-family: Geneva, Arial, Helvetica, san-serife; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold; 	
	font-variant: normal; 
	color: black;
	text-align: center;
}



.about
{
	font: bold 14px arial, helvetica, sans-serife;
 	color: white;
 	text-align: center;
}

.prod_design
 {  
	font-family: arial, helvetica, serife; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: white; 
	text-align: center;
}

.cv
{  
	font-family: verdana, arial, helvetica, serife; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold;
	line-height: 14px;
	font-weight: bold;  
	color: white; 
	text-align: center;
}

.cv_red
{  
	font-family: verdana, arial, helvetica, serife; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: red; 
	text-align: center;
}


/*HEADING TEXT FOR CV*/
.h4 
{  
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-decoration: underline;
}



.smallerb 
{  
	font-family: verdana, arial, helvetica, serife
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: black; 
	text-align: center;
}

.smallerw 
{  
	font-family: Geneva, Arial, Helvetica, san-serif; color: #FFFFFF; font-size: 12px; font-weight: bold: 14px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: white; 
	text-align: center;
}

/*LINKS*/
a:link
{
    Color : #999999;
    font-weight: bold;
    text-decoration : underline;
}
a:visited
{
    Color : #999999;
    font-weight: bold;
    text-decoration : underline;
}
a:hover
{
    Color : #999999;
    font-weight: bold;
    Text-decoration : underline;
}
a:active
{
    Color : #999999;
    font-weight: bold;
    Text-decoration : underline;
}



