body {
	background-color:#CCCCCC; 
	background-image: url('/images/bg.gif');
	background-position: top center;
	background-repeat: repeat-y;
	padding:0;
	margin: 0 auto 0 auto;
	color: #303030;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.3em; 
	min-width:702px;
	height: 100%;
}
	
A:link      {text-decoration: none; color: #303030; font-weight: bold;}
A:visited  {text-decoration: none; color: #303030; font-weight: bold;}
A:active  {text-decoration: none; color: #303030; font-weight: bold;}
A:hover   {text-decoration: underline; color: #303030; font-weight: bold;}
	
.content {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h1	{
	font-size: 18px;
	}
	
h2	{
	font-size: 16px;
	}
	
.workplace	{
	font-size: 14px;
	font-weight: bold;
	}
