/* CSS Document */

body {
	margin : 4px 10% 4px 10%;
}

body, div, td {
	font-face : Arial;
}

a:link, a:visited {
	color : blue;
}

a:hover {
	color : red;
}

h1 {
	font-face : Times New Roman;
	font-style: italic;
	color : green;
	border-bottom : 2px solid orange;
	margin : 2px 0 2px 0;
}

#menuTable td {
	font-size : 12px;
}

#menuTable a {
	width : 100%;
}

.locker {
	color : orange;
}

.phoneList {
	list-style-type: none;

}
.phoneList img {
	vertical-align: middle;

}

#pageFooter {
	border-top : 2px solid orange;
	text-align : center;
	margin : 10px 0 10px 0;
}
