a:link {
	color: rgb(255,0,0);
}
a:visited {
	color: #c80000;
}
a:active {
	color: rgb(0,0,102);
}
a img {
	border:none;
}
body {
	font-family: Bookman Old Style, Times New Roman, Times, serif;
	background-color: rgb(255,255,255);
	color: rgb(0,0,102);
	margin-top: 15px;
	margin-left: 8px
}
h1, h2, h3, h4 {
	color: #FF0000;
	font-family: MS Sans Serif, Arial, Helvetica, sans-serif;
	font-weight: bold
}
h1 {
	font-size:200%
}
h2 {
	font-size: 150%
}
h3 {
	font-size: 125%
}
h4 {
	font-size: 110%
}
hr {
	color: rgb(255,0,0)
}
.warning {
	font-size: 125%
}
.importantText {
	font-size: 125%
}
.smallText {
	font-size: 80%
}
.contact-name {
	font-weight: bold
}
/* Used only for LinkedIn */
#imgLink {
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
}
#wrapper {
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#nav {
	height: 2.2em;
	width: 780px;
}

.space_right {
	margin-right: 20px;
}

