/*
APS master styles for screen media 
Paolo Vaca
pvaca@aip.org

Update:
08-31-05
:visited link color

*/


/* DEFAULT
----------------------------------------------- */
*{
	font-size: 100%; /* set the fonts to a uniform size, including form fields as well as all headings etc. */
}

body {
	blackground: white;
	color: black;
	font: 75%/150% verdana,tahoma,arial,helvetica,sans-serif;
	text-align: left;
}

a {
color: #000099;
font: 100% verdana,tahoma,arial,helvetica,sans-serif;
text-decoration: underline;
}

a:link {
color: #000099;
}

a:visited {
color: #cc0033;
}

a:hover, a:active {
color: #cc0033;
}

p {
font: 100%/200% verdana,tahoma,arial,helvetica,sans-serif;
}

h1{ font-size: 130%;}
h2{	font-size: 125%;}
h3{	font-size: 110%;}
h4{	font-size: 105%;}
h5{	font-size: 100%;}

.spacer{
	clear: both;
	float: none;
	height: auto;
}

#footer {
font: 100% verdana,tahoma,arial,helvetica,sans-serif;
width: 750px;
margin:5px 2px 0 2px;
padding:0 0 20px 0;
}

.center {
text-align:center;
}

.right {
text-align:right;
}

.left {
text-align:left;
}