﻿body 
{
	font-family: Calibri;
	background-color: #E2EFED;
}

div.message
{
	border: solid 1px black;
	background-color: #E0E0E0;
	text-align: center;
	padding: 3px 3px 3px 3px;
}

select
{
	font-size: x-small;
	font-family: Calibri;
}

input
{
	font-size: small;
	font-family: Calibri;
}

span.postingTitle
{
	font-size: xx-large;
}

a
{
	text-decoration: none;
	border-bottom: dotted 1px blue;
	color: Blue;
}

a:visited
{
	color: Blue;
}

a:hover
{
	border-bottom: solid 1px blue;
}

p.footer
{
	font-size: small;
	text-align:center;
	border-top: dotted 1px gray;
}

div.main
{
	width: 600px;
	text-align:left;
}

img.imageWithBorder
{
	border: solid 1px black;
}

h1
{
	font-size: medium;
	
}