/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{

	background-image: url(http://www.patterns.junebowman.com/images/gradient.jpg);
	background-repeat: repeat-x; 
}

a{
	color:#330033
	color:#FF6600
	text-decoration: underline;
}

a:link{
	color:#330033;
	text-decoration: underline;
	font-weight:normal;
}

a:visited{
	color:#330033
	text-decoration: underline;
	font-weight:normal;
}

a:hover{
    color: #FFFFFF;
    background-color: #003366;
	text-decoration: none;
}



/***********************************************/
/* Different Styles used                       */
/***********************************************/
.style1 {font-weight: bold}
.style2 {font-size: large}
.style3 {font-size: xx-large}
