/*   Style sheet for UNL Observatory Pages   */

body 
{
background-color: black;
background-repeat: repeat;
}

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

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


A
{
color: orange
}


A:hover	
{ 
color: yellow;
background-color: green
}

p		
{ 
color: white;
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; 
color: white;
font-family: Arial, sans-serif;
}

UL UL 		
{
margin-left: 75 px;
color: white;
font-family: Arial, sans-serif;
}
      
UL UL 	UL	
{
margin-left: 75 px;
color: white;
font-family: Arial, sans-serif;
}

li 
{
color: white;

}

DIV
{
padding: 0.5 cm
}              

.red
{
border-color: red
}

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

img.rframe
{
border-style: solid;
border-color: red
}

img.bframe
{
border-style: double;
border-color: black
}


.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
}




