﻿body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
div.popup {
	background-color: #fcf4dc;
	border: 1px solid black;
	display: none;
	padding: 5px 5px 5px 5px;
	text-align: left;
	width:175px;
}
div.popup a:active, a:link, a:visited
{
    color: #000000;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    text-decoration: none;
}
div.popup a:hover
{
    text-decoration: underline;
}

.homeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: justify;
}
.portfolioText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.style1 {
	border-collapse: collapse;
	border: 2px solid #000000;
}
.style2 {
	border-collapse: collapse;
	border: 1px solid #000000;
}
.noBorder {
	border-width: 0px;
}

a.nav {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.nav:link,a.nav:active,a.nav:visited {
	color: white;
}

a.nav:hover {
	color: black;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
}
