/*Pegasus style sheet for all pages*/

/*Code for background properties*/

html {
background-image: url(gradient6.jpg);
background-repeat: repeat-y;
background-position: 2px 2px;
background-attachment: fixed;

scrollbar-arrow-color: #ffffff;
scrollbar-darkshadow-color: #999999;
scrollbar-face-color: #cc9900;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;



/*code for type and headings but doesn't work within tables*/

h1 {
color: black;
font-size 12px; 
text-align: justify;
}

h2 {
font-size 10px; 
color: green;
text-align: center;
}

A:link {color:blue; text-decoration: none}
A:visited {color:#9900cc; text-decoration:none}
A:active {color:#FEE333; text-decoration: none}
A:hover {color:#FF0000; text-decoration: none}


h3 {
height: 65px;
width: 710px;
font-size: 12px; 
font-face: Arial; 
color: white;
text-align: center;
padding: 10px;
}



body {margin-left: 10px; margin-top: 5px;}
