a:link {
	font-family: Times New Roman, Times, serif;
	font-size: large;
	color: #9B1212;
	text-decoration: none;
}
a:hover, a:visited {
	font-family: Times New Roman, Times, serif;
	font-size: large;
	color: #ff6666;
	text-decoration: none;
	#title
	} 
	
	{
		background-color:rgb(255,255,255);
		color:rgb(255,255,255);
	}

	#title 
	{
		position : relative;
		top      : 1px;
		margin   : 0.1em;
		padding  : 0.1em;
		z-index  : 1;
	}

	#title h1
	{
		text-align : center;
	}

	#title
	{
		background-color:rgb(255,255,255);
		color:rgb(0,0,0);
	}

	

	#left
	{	
		position  : absolute;
		right : 52%;
		width : 34%;
		margin : 2%;
		padding-right: 100px;
		padding-left :0.5%;
		padding-top :0.5%;
		padding-bottom :0.5%;
		z-index : 1;
	}

	#left
	{
		background-color:rgb(255,245,245);
		color:rgb(0,0,0);
		
	}

	#right 
	{
		position  : absolute;
		left : 52%;
		width : 34%;
		margin : 2%;
		padding-left: 100px;
		padding-right :0.5%;
		padding-top :0.5%;
		padding-bottom :0.5%;
		z-index : 1;
	}

	#right
	{
		background-color:rgb(255,245,245);
		color:rgb(0,0,0);
		
	}

	#central
	{
		position : absolute;
		top : 30%;
		left:50%;
		margin-left: -90px;
		width : 180px;
		z-index : 2;
		
		text-align:center;
	}

	

	#central p 
	{
		margin : 5px;
	}
	