/* This is a comment */

/*selector {property: value}*/

/*p
{
text-align: center;
color: white;
font-family: arial
}*/

body
{
background-color: black;
font-size: medium;
background-image: url('images/6l6.jpg');
background-repeat: no-repeat;
background-attachment:fixed;
background-position:500px 100px;
}


h3 
{
color: white;
text-align: left;
font-size: 16pt
/*font-family: "times new"*/
}

h4 
{
color: white;
text-align: left;
font-size: 12pt
/*font-family: "times new"*/
}

h5 
{
color: white;
text-align: left;
font-size: 10pt
/*font-family: "times new"*/
}