/* This is a comment */
 
h1 {color:white}
h2 {color:white}
h3 {color:white}
h4 {color:white}

h1 {text-align: center;}
h2 {text-align:left;}
h3 {text-align:left;}
h4 {text-align:left;}

body {background-color:#999966}
h1 {font-family: Arial}
h2, h3, h4, h5 {font-family: Courier New}

table {margin-left: auto;
margin-right: auto;}

.center{text-align:center}

/*picture*/
.floatright {float: right}

