A:link	{	color:			#ffffff;
		text-decoration:	none;
		border:			none;
	}
A:visited {	color:			#ffffff;
		text-decoration:	none;
		border:			none;
	}
A:active {	color:			#ffffff;
		text-decoration:	none;
		border:			none;
	}
A:hover	{	color:			#3333ff;
		text-decoration:	none;
		border:			none;
	}

body	{	color:			yellow;
		background:		#0000ff;
		background-repeat:	no-repeat;
		background-position:	95% 95%;
		background-attachment:	fixed;
		margin:			5% 2% 5% 2%;
	}

div	{	text-align:		centre;	}

h1	{	text-align:		center;
		font-size:		medium;
		font-weight:		bold;

	}

h2	{	text-align:		center;
		font-size:		smaller;

	}


h3	{	text-align:		center;
		font-size:		small;

	}
img	{
		border:			0;
	}
table	{	border:			0;
		width:			80%;
	}

ts	{	border:			5;
		border-spacing:		5;
	}

.center	{	text-align:		center;	}



.left {		text-align:		center;	
		float:			left;
		margin-left:		2em;
}

.right {	float:			right;
		margin-right:		2em;
}


.mouseOff {
		border-top:		1px solid #FFFFFF; 
		border-bottom:		1px solid #FFFFFF; 
		border-left:		1px solid #FFFFFF; 
		border-right:		1px solid #FFFFFF;
}
.mouseOn {
		border-top:		1px solid #3333ff;
		border-bottom:		1px solid #3333ff; 
		border-left:		1px solid #3333ff; 
		border-right:		1px solid #3333ff;
		cursor:			pointer;
}


.title	{	font-size:		bigger;
		font-weight:		bold;
		text-align:		center;
	}

.strong	{	font-size:		bigger;
		font-weight:		bold;
		text-align:		left;
	}

.vstrong {	font-size:		bigger;
		font-weight:		bold;
		text-align:		left;
		color:		#aaaaff;
	}


#header {
	position: fixed;
	width: 100%;
	height: 20%;
	top: 0;
	right: 0;
	bottom: auto;
        left: 0;
	overflow:	auto;
     }

#sidebar {
	position: fixed;
	width: 170px;
	height: 75%;
	top: 20%;
	right: auto;
	bottom: auto;
	left: 0;
	overflow:	auto;
      }

#display {
	position: fixed;
	left: 170px;
	top: 20%;
	right: auto;
	bottom: auto;
	align: center;
}


#footer {
	position: fixed;
	width: 100%;
	height: auto;
	top: 93%;
	right: auto;
	bottom: auto;
	left: 0;
	overflow:	auto;
	text-align:		center;	
}

#main {
	position: absolute;
	width: auto;
        height: auto;
        top: 22%;
        right: auto;
        bottom: 88%;
        left: 200px;
	overflow:	auto;
        
}
