/* CSS Document */

p {
margin:50px;
font-family:arial;
font-size:11;
font-weight:bold;
color:#00000;
line-height:1.5;
}
body{
background-attachment:fixed;
background-image:url(stars.jpg);
background-color:#99FFFF;
background-position:center center;
}