/* Set the background color */
body {
  background-color: #FF9955;
  }
h1 {
  color: #236B8E;
  font-family: calibri;
  text-align: center;
  }
h3 {
  color: #236B8E;
  font-family: calibri;
  text-align: center;
  }
/*Set the paragraph text */
p
{
color: #236B8E;
font-family: calibri;
background-color:white;
padding:10px
}
.style1
{
text-align: left;
color: #236B8E;
font-family: calibri;
font-style: italic;
font-size: 22px;
}
.style2
{
text-align: left;
color: #236B8E;
font-family: calibri;
font-size: 15px;
font-style: none;
}
.style3
{
text-align: left;
color: #236B8E;
font-family: calibri;
font-style: bold;
font-size: 22px; 
}

/* This is how links will look when untouched */
a:link {
  color: #236B8E;
  font-family: calibri;
  text-decoration: none;
  }

/* This is how links look when clicked */
a:visited {
  color: #236B8E;
  font-family: calibri;
  text-decoration:none;
  }
a:active {
  text-decoration: none;
  }
/* This is how links look when hovered over with the mouse */
a:hover {
  color: #236B8E;
  font-weight: bold;
  font-family: calibri;
  }
table, tr
 {
  color: #236B8E;
  font-family: calibri;
  background-color:white;
  text-align:center;
  width:996px;
  }
table td
{

}
 th
 {
	margin-left:3px;
	margin-right:5px;
	height:300px;
	background-image:url("conventionbanner.jpg")
 }
.nav
 {
       border-bottom:2px solid #236B8E;
}
main.nav
{
       border-bottom:2px solid #236B8E
}
table.buy, tr
 {
  color: #236B8E;
  font-family: calibri;
  background-color:white;
  text-align:center;
  width:490px;
  }
