/*
  UNIV.CSS
    for all main content pages 
    Created March 2013
*/


/*  TAGS  */
h1             	{font-size: 30pt; text-align: center; margin-bottom: 5px; margin-top: 0px;
                  font-family: Calibri, sans-serif; color: rgb(175,0,0)}
hr        	    {background-color: rgb(222,116,5); height: 3px; width: 750px}
span      	    {color: green}


/* LINKS */
a:link    	    {color: rgb(150,0,0)}
a:visited 	    {color: rgb(222,110,0)}
a:hover   	    {color: green}
a:active  	    {}


/*  IDS  */
#toplinks 	    {margin: 20px 0px 20px 0px; font-size: 13pt; font-family: Arial, sans-serif; font-weight: bold}
#bottomlinks    {margin: 15px 0px 20px 0px; font-size: 13pt; font-family: Arial, sans-serif; font-weight: bold}
#pageend        {margin-bottom: 25px; font-size: 10pt; font-family: Arial, sans-serif; font-weight: bold}
#lastline     	{margin-top: 25px; margin-bottom: 0px}






 	
  	
