/*   Style sheet for astronomy education site   */

body 
{
background-image: url("../graphics/wback.jpg");
background-repeat: repeat;
}

H1, H3, H5		
{ 
font-family: Arial, sans-serif;
color: orange
}

H2, H4, H6		
{ 
font-family: Arial, sans-serif;
color: brown
}


A
{
color: red
}


A:hover	
{ 
color: orange;
background-color: brown
}

P			
{ 
color: black;
font-family: Arial, sans-serif;
}

EM  		
{ 
color: red;
font-weight: bold
}

IMG
{
border-style: solid
}

HR
{
height: 4 px;
width: 90%;
color: black
}

UL			
{ 
margin-left: 75 px; 
list-style-image: url("graphics/brball.gif");
}

UL UL 		
{
margin-left: 75 px;
list-style-image: url("graphics/mrball.gif")
}
      
UL UL 	UL	
{
margin-left: 75 px;
list-style-image: url("graphics/srball.gif")
}

DIV
{
padding: 0.5 cm
}              

.red
{
border-color: red
}

.border  
{
border-width: thick;
border-style: solid
}

.credit
{
color: yellow;
background-color: blue;
text-align: center;
padding: 0.05cm
}

.caption
{
color: white; 
font-family: Arial, sans-serif;
text-indent: 0cm;
text-align: center;
font-size: smaller
}

.mini-applet-title 
{ 
color: white; 
font-family: Arial, sans-serif; 
text-indent: 0cm; 
text-align: center; 
font-size: larger 
} 


