//WQSU CSS File

.link a:link		{
		font-family: Trebuchet MS;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
}

a:visited	{
       	font-family: Trebuchet MS;
        color: #000000;
		font-weight: bold;
		text-decoration: none;
}

a:hover		{
		font-family: Trebuchet MS;
		font-weight: bold;
		color: #6e0303;
}

body		{
		font-family: Trebuchet MS;
		color: #FFFFFF;
		background-color: #555555;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
}

.top	{
		position: top;
		text-align: left;
}

.ap a:link		{
		font-family: Arial;
		color: #ffffff;
		font-size: 12;
		font-weight: none;
		text-decoration: underline;
}

.scroll {
  text-align : left;
  padding : 0px;
  width : 100%;
  height : 30em;
  overflow: auto;
}
