/* Online Portfolio stylesheet */

body {
	background-color:rgb(204,153,102);
	color:rgb(0,0,204);
}
a {
	font-family:verdana, arial, helvetica, sans-serif;
	color:rgb(0,0,204);
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:rgb(0,0,204);
}
a:hover {
	color:rgb(153,102,51);
	text-decoration:underline;
}
#position {
	text-align:center;
}
#margins {
	margin-right:auto;
	margin-left:auto;
}
#links {
	text-align:center;
	background-color:rgb(0,0,204);
	color:rgb(204,153,102);
}
#links a {
	color:rgb(204,153,102);
	text-decoration:none;
}
#links a:visited {
	text-decoration:none;
}
#links a:hover {
	color:rgb(153,102,51);
	text-decoration: underline;
}
#divide {
	color:rgb(0,0,204);
	background-color:rgb(0,0,204);
	height:5;
	width:760;
}
h2, h4 {
	color:rgb(153,102,51);
	text-align:center;
	font-family:georgia, times new roman, times, serif;
}
h3 {
	background-color:rgb(153,102,51);
	color:rgb(204,153,102);
	font-family:georgia, times new roman, times, serif;
}
p {
	font-size:18px;
	font-family:georgia, times new roman, times, serif;
}
