/* Cliff’s Classic Care Plumbing, LLC - CSS Style Sheet*/

/* Remove browser defaults */
* { margin:0; padding:0; border:0; } 

/* Size and position paragraphs */
p { margin:25px 25px; }

.center {text-align:center; margin:auto;} 

a:hover		{ background:aqua;}
a			{ text-decoration:none ; color: black; font-size:16pt; }

body { background: white; font-family: /*"Harlow Solid Italic",*/ sans-serif ; }


#logo	{ width: 100%; font-family: sans-serif ; color : black ; text-align: center; 		vertical-align:top; margin:auto;}
#menu 	{ width: 21%; height:620px; float:left; padding:10px 0px 10px 10px }
#main	{ width: 81%; height:40px; background:white; padding:150px; overflow:auto;}
#foot	{ width: 1200px; height:15px; float:center; text-align: center;}
#angi 	{ width: 70%; font-family: sans-serif ; color : black ; text-align: center; 		vertical-align:top; margin:auto;}

hr 	{color : aqua ;}

h1 	{ color : black ; text-align:center; vertical-align:top;}
h2	{ color : aqua ; text-align:center;}
h3	{ color : aqua ; text-align:center;}
h4	{ color : black ; text-align:center;}
h5	{ color : black ; text-align:center;}
