
/*


	[        Date: January 2012        ]
	{       Author: Rob Ashworth       }
	[ Contact: fofsdwebmaster@juno.com ]

            
*/



body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: black;
	background-color: white;
  	background-image: url("trans_logo.gif");
  	background-attachment: fixed;
}

a:link {
  	color: blue;
	text-decoration: none;
}

a:hover, a:visited:hover {
  	color: red;
  	text-decoration: none;
}

a:visited {
  	color: blue;
	text-decoration: none;
}

li {
	margin-bottom: 0.5em;
}

code {
	color: firebrick;
}

#outline {
	width: 640px;
	margin-top: 0em;
	margin-left: auto; 
	margin-right: auto;
	padding: 20px;
	text-align: left;
}