body
{
background-color: #000000;
}

p.normal
{
text-indent: 50px;
}

p.thought 
{
margin-left: 50px;
font-style: italic;
}

a:link { color: #AAFFFF; }
a:visited { color: #FFFFFF; }
a:hover { color: #AAFFFF; text-decoration: underline; }

#main_img
{
background-image:url('https://dryanx.angelfire.com/Pictures/Stars.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
width:100%;
height:100%;
}