﻿/* CSS Document for Dentistry for Children in Orlando, FL

               Designed by Dentists4kids.com */
               
div {
	margin:0;padding:0;
}               
               
td {
	margin:0;padding:0;
}               
               
body {
	background:#859a3b;
	font-family:Arial, Helvetica, sans-serif;
}

.content {
	padding:10px 45px 0px 30px;
	font-size:10pt;
	vertical-align:top;
	color:#ffffff;
	line-height:18px;
	
}

a:visited {
	color:#fadb69;
	text-decoration:underline;
}

a:link {
	color:#fadb69;
	text-decoration:underline;
}

a:hover {
	color:#c30b00;
	text-decoration:none;
}

.content h1 { 
	font-size:14pt; /* Size of the font, then the color and then the code to make it bold */
	color:#ffffff; 
	font-weight:bold;
	text-align:center; /*This aligns the header in the center, if you want to make it left justified say "left" */
	}

/*These are the headers, use the "heading 2" tag in your Website editor to call these values */

.content h2 { 
	font-size:12pt; /* Size of the font, then the color and then the code to make it bold */
	color:#ffe482;
	font-weight:bold;
	}

.footer {
	text-align:center;
	font-size:8pt;
}

.nav2 {
	font-size:8pt;
	text-align:right;
	float:right;
	margin-right:115px;
	margin-bottom:15px;
	width:700px;
}
