head, title
{
display: none
}

body
{
display: block;
text-align: center;
margin-top: .5cm; 
margin-left: 3cm;
margin-right: 3cm;
margin-bottom: .5cm; 
font-family: BellMT;
background-color: #EEE0E5;
}


a:link 
{
text-decoration: none;
color: #8B008B;
}

a:visited 
{
text-decoration: none;
}

table 
{
width: 850px;
padding: 10cm; 
border-collapse: collapse;
border-style: ridge;
border-width: 2px;
}

table.coll
{
width: 850px;
padding: 10px; 
border-collapse: collapse;
border-style: ridge;
border-width: 3px;
border-color: #0000CD;
}

table.nested
{
width: 30%;
padding: 5px;
border-collapse: collapse;
border-style: ridge;
border-color: #4000B7;
border-width: 3px;
margin: 10px;
}

table.sep
{
width: 850px;
border-collapse: separate;
}

td.caption
{
text-align: center;
padding-bottom: 5px;
padding-top: 0;
background-color: #B399FF;
font-weight: bold;
}

td.image
{
padding:2px;
background-color: #B399FF;
}

table.footer
{
font-size: 11pt;
font-weight: lighter;
font-family: BellMT;
text-align: center;
background-color: #B399FF; 
}

.PageHeader
{
	margin-bottom: 0;
	width: 850px;
	height: 120px;
	text-align: left;
	border-collapse: collapse;
	border-style: ridge;
	border-width: 3px;
	border-color: #0000CD;
	background-image: url('ACM_website_banner.jpg');
	background-position: left;
	background-repeat: no-repeat;
	}

h1
{
font-size: 14pt;
font-family: BellMT;
color: #8B008B;
text-align: center;
background-color: transparent;
}

img.main
{
border: 0;
}

p
{
font-size: 12pt;
font-family: BellMT;
padding: 5px;
text-align: left;
line-height: 150%;
}

p:first-letter
{
color: #8B008B;
font-size: 16pt;
font-family: BellMT;
font-weight: normal;
}

div.img
{
margin: 10px;
}

input.button a:hover
{
color: red;
}