/***********************************************/
/* autorozNav.css                             */
/* Use with template autorozNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


.style1 {
	color: #0000FF;
	font-size: large;
}
.style2 {
	color: #0000FF;
	font-size: xx-large;
	font-weight: bold;
}
.style3 {
	color: #0000FF;
	font-weight: bold;
	font-size: large;
}
.style4 {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
}
.style5 {
	font-size: medium;
	font-weight: default font;
	color: #FFFFFF;
}
		
#Layer1 {
	position:absolute;
	width:244px;
	height:171px;
	z-index:1;
	left: 3px;
	top: 7px;
}
#Layer2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 761px;
	top: 578px;
}
body {
	background-color: #FF00FF;
}
.sub table {
	background-color: #FF00FF;
}
.a:link {
	color: #0000FF;
	}
.a:linkhover: {
	color: #FF0000;	
	}
.a:visited: 
	color: #FFFF00;
}

	#relatedLinks a:hover{
	background-color: #FFFFFF;
	color: #FF0000;
	}
	

.relatedLinks a:link,

.relatedLinks a:visited {
	display: block; 
