/* GENERAL STYLES */

body {
	font-family: Tahoma, verdana, arial, sans-serif;
}

p {
 color: #333333;
 font-size: 12px;
 line-height: 17px;
 margin: 120px 15px 0px 10px; 
}

div.port-img {
 float: none;
 margin: 10px 10px 5px 10px; 
}

div.port-nav {
  float: center;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1.5px;
  word-spacing: 10px;
  font-weight: 700;
  font-size: 10px;
  margin: 0px 0px 0px 0px;
  padding-top: 90px;
  position: relative;
}

span.nav-on{
  font-weight: 900;
  font-style: italic;
  font-size: 12px;
  text-decoration: none;
  color: #CC6600;
}


/* GENERAL LINK STYLES */
a {
	color: #663333;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover{
	color: #CC6600;
	text-decoration: none;
	
}


