<style type="text/css">
/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-size: small;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-right: 100px;
	margin-left: 100px;
}

td {                                                             /* merge this w/ body? */
  font-size: small;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
/* background-color: #FFFFFF;*/
 }

th {
  font-size: small;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #FFFFFF;
}

div { /* seems not right */
	font-size: x-small;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #FFFFFF;
}

.heading1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	
}

.style2 {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.0;
	font-size: 10px;
}

.style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style9 {
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
}

.style9bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style10bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#style9bold a:link {
	color: #000099;
}

.style9boldblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000099;
	font-style: normal;
}

#style9bold a:visited {
	color: #CC0066;
}

#style9bold a:hover {
    color: #FF6666;
}

.style10 {color: #000000}

.style11 {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/

A:link
{ color:#000099; 
font-size: 14px;
  }
A:visited
{ color:#CC0066;
font-size: 14px; }
A:active
{ color:#333333; }
A:hover
{ font-weight:bold; color:#FF6666; text-decoration: underline}



/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/

/*indicate external link w/ gif */
a[href^="http:"] {
background: url(../images/externalLink.gif) no-repeat right top;
padding-right: 10px;
}

a[href^="http://www.ams-net.org"], a[href^="http://ams-net.org"] {
background-image: none;
padding-right: 0;
}

/*indicate PDFs w/ gif */
a[href$=".pdf"] {
background: url(../images/pdfLink.gif) no-repeat right top;
padding-right: 20px;
}

#col2 { column-count: 2; }
#col3 {	column-count: 3; }

/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
/*fieldset {
  border: 1px solid transparent;
}*/


/* =Tables
-----------------------------------------------------------------------------*/

/*table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}*/



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/



</style>

