/* BARDS BALLADS AND BULLDUST STYLE */

p {
   color: #000000;
	 font-family: Times;
	 font-size: 20px;
	 margin: 40px;
	 }

body {background-color: #eeeeee;
      /*background-image: url();*/
      /*background-repeat: repeat;*/
      /*background-position: center;*/
      font-family: Times;
			font-size: 20px;
      margin: 0%;
      }

h1, h2, h3, h4, h5, h6 {
                        font-family: Arial;
                        }
/* note the use of quotations around font names of more than one word */

h1 {
	 font-size: 240%;
   font-family: Times;	 
	 text-align: center;
	 color: #880000;
	 }

h2 {
	 font-size: 200%;
   font-family: Times;	 
	 text-align: center;
	 color: #880000;
	 }

h3 {
	 font-size: 80%;
   font-family: Times;	 
	 text-align: center;
	 }

h4 {
	 font-size: 100%;
   }

ul {
	 font-size: 20px;
	 line-height: 140%;
	 margin-left: 100px;
	 margin-right: 100px;
	 }
	 
a:link {color: #444444;
        text-decoration: underline;
				}
	 
a:visited {color: #444444;
           text-decoration: underline;
					 }

a:active {color: #444444;
          text-decoration: underline;
					}
					
a:hover {color: #880000;
				 text-decoration: underline;
				 }
				 
.list {
        font-size: 100%;
        }

.small {
			 	font-size: 60%;
				}
			
				