

	a:link {
		color: white;
		text-decoration: none;
		}
	a:visited {
		color: white;
		text-decoration: none;
		}
	a:hover { 
		color: white;
		text-decoration: underline;
		}

	.main
		{
		width=650px;
		height=400px;
		border-width: 20px;
		border-style: solid;
		border-color: #003366;
		}
	
	.framed-text
		{
		background-image: url(framedtext1.gif);
		background-repeat: no-repeat;
		background-position: center, center;
		}
	.long-frame
		{
		background-image: url(longframe4.gif);
		background-repeat: no-repeat;
		}

	.orange-border
		{
		border-width: 2px;
		border-style: solid;
		border-color: #FF7F01;
		}

