/* CSS Document */

	A:link 
		{
	color: #330099;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
		}   			     /* specificity = 1,1 */

	A:visited 
		{
	color: #330066;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	
		}  				 /* specificity = 1,1 */


  	A:hover 
		{
	color: #666633;
		}  				  /* specificity = 1,1 */
  
	/*a:link
		{
    		color: #2c5394;
		text-decoration: none;
		}

	 a:visited
		{
    		color: #f79a23;
		text-decoration: line-through;
		}
	*/


 	 /* Colors used
 	 		#2c5394;=  darkblue
		  #f79a23 =  orange
 	 */

	body
		{
		margin: 2px;
		font-family: "Times New Roman", Times, serif;
		}
/*	div
		{
		border: 1px solid blue;
		}*/

	td.button
		{

		color: white;
		background-color: #330066; /* dark purple */

		text-align: center;
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		vertical-align: middle;

		
		width: 70px;
		height: auto;
		float:left;
		border: 3px solid white;
		overflow: hidden;

		
		}


	td.sidebutton

		{

		color: #330066;
		background-color: #ccccff;
		

		text-align: left;
		font-family: Times New Roman;
		font-size: 14px;
		vertical-align: middle;
		text-decoration:none;
		

		width: 150px;
		height:30px;
		float:left;
		border: 1.5px solid #330066;
		overflow: hidden;
		
		}

	p.heading1

		{
		font-family: "Times New Roman", Times, serif; 
		font-size: 32px; 
		color:#336699; 
		text-align: center;
		}

	p.heading2
	
		{
		font-family:"Times New Roman", Times, serif;
		font-size:24px;
		color:#330066;
		text-align:center;
		}
		
	p.heading3
	
		{
		font-family: "Times New Roman", Times, serif;
		font-size: 17px;
		text-align: left;
		}
		
	td.news
	
		{
		font-family: "Times New Roman", Times, serif;
		font-size:10px;
		color: #330066;
		text-align:center;
		
		width: 300px;
		align:left;
		overflow: hidden;
		float:left;
		}
	
	
	td.copyright
	
		{
		font-family: "Times New Roman", Times, serif;
		font-size: 10px;
		text-align:center;
		width: 950px;
		vertical-align:middle;
		background-color: #330066;
		color:white;
		}
		
	ul.list
	
		{
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	list-style-type: circle;
		}
