/***********************************************/
/* Ovation.css                             */
/***********************************************/

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

body  {     
	   background-image:url(..//Images/Theme/OvationBackGround.jpg);
	   background-repeat:repeat;
      }

a	
	{
	color:#004080;
	text-decoration: none;	
	}

a:link
	{
	color:#004080;
	text-decoration: none;
	}

a:visited
	{
	color:#008080;
	text-decoration: none;
	}

a:hover
	{
	color:#0000FF;
	text-decoration: underline;
	}


