.navbar{
	background : Silver;
	border-left-color : #0066CC;
	border-left-style : solid;
	border-left-width : 1px;
	border-top-color : #0066CC;
	border-top-style : solid;
	border-top-width : 1px;
	border-right-color : Navy;
	border-right-style : solid;
	border-right-width : 1px;
	border-bottom-color : Navy;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	color : Navy;
	padding-bottom : 3 px;
	padding-top : 2px;
	padding-right : 5px;
	padding-left : 5px;
}
.name{
	font-size : x-large;
	font-weight : bold;
	text-align : left;
	font-style : italic;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.company{
	font-size : medium;
	font-weight : bold;
	text-align : left;
	font-style : italic;
}
.position{
	font-size : medium;
	font-weight : bold;
	text-align : left;
	font-style : italic;
}

.header{
	background-color: #CCCCCC;
}

BODY {
	background : #336699;
	font-size : 14px;
}

H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-style : solid solid double double;
	border-left-color : Navy;
	border-bottom-color : Navy;
	padding-left : 1%;
	border-right-width : 1px;
	border-top-width : 1px;
	background-color : #6699cc;
}

H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left : 2%;
	font-style : italic;
	border-bottom-style : solid;
	border-bottom-width : thin;
	background-color : #0066CC;
}
H3{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left : 3%;
	background-color : #66CC99;
	font-style : italic;
	border-bottom-style : double;
	border-bottom-width : medium;
}
H4{
	padding-left : 4%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #66CCCC;
	border-bottom-style : dashed;
	border-bottom-width : thin;
}
A {
	color: Navy;
}
A:VISITED {
	color: Navy;
}

A:HOVER {
	color: Blue;
}


