

a:link{
	background: transparent;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	background: transparent;
     color: #03580A;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	background-color: transparent;
	color: #03580A;
	font-weight: bold;
    text-decoration: overline;
}

a:active{
	background-color: transparent;
    color: #E7cea5;
	font-weight: bold;
	text-decoration: underline;
}

body{
	background: #4D8151;
     background-image: url('photos/BobarasBackGround.jpg');
     background-repeat: no-repeat;         
     background-position: center right;
     background-attachment: fixed;
     font: 12px Verdana, Arial, Helvetica, sans-serif;
	 font-color: #000000;
     scrollbar-face-color: #4D8151;
     scrollbar-highlight-color: #000000;
     scrollbar-shadow-color: #000000;
     scrollbar-3dlight-color: #32DA40;
     scrollbar-arrow-color: #03580A;
     scrollbar-track-color: #32DA40;
     scrollbar-darkshadow-color: #7C7FB2;

}



h1 {
	background: transparent;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

	
p    {
     font: Verdana, Arial, Helvetica, sans-serif;
	color: #03580A;
     font-weight: bold;
     font-size: 14px;
}

td{
	background: transparent;
	color: #03580A;
	font:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;

}
table
{
    background: transparent;
	color: #E7CEA5;


}

 hr {
    color: #b594a5;
    border-style: dashed;
    width: 60%;
    } 
	
 ol {
    color: #03580A;
    border-style: transparent;
	type: disc
    width: 60%;
    } 	