/* CSS Document */
body {background-color: #F1EEE8;
                        margin:0;

         }

p {
	font-size: 15px;
	padding-left: 15;
	font-family : "Times New Roman", Times, serif;
}

a {
	color: #547AC3;
	font-weight:bold;
	font-family : "Times New Roman", Times, serif;
}

.bottom   { border-bottom: solid black 1px;
             border-top: solid black 1px; }
			 
.right   { border-right: solid black 1px; 

 }

h1 {color: #547AC3;
padding-left: 15;}

.bottom_1   { border-bottom: solid black 1px;}
