/* Montville Accommodation*/

.copyright {font-size: 10px; text-align:center;}
.center {color:#fff; text-align:center;} 
.centersmall {font-size: 10px; text-align:center;}				  
.white {color:#fff; text-align:center;}
.white2 {color:#fff; text-align:right;}
.white3 {color:#8ACBFF; text-align:right;}
.blue {color:#006; text-align:center;}
/* <div class="copyright"></div> */

body, p {
      background-color:;
      font-color:#000;
      font-size:11px;
	  text-align:left;
      font-family:Verdana, Arial, Helvetica, sans-serif;}
	  
table,tr {font-color:#000;
      font-size:11px;
	  text-align:left;
      font-family:Verdana, Arial, Helvetica, sans-serif;}

form, textarea, input {font-family:Verdana, Arial, Helvetica, sans-serif;
                        font-size:11px;}

h1 {font-size:22px; font-weight:normal; padding:2px 0px 2px 0px; margin:0px;}
h2 {font-size:16px; padding:2px 0px 2px 0px; margin:0px;}
h3 {color:#fff;}
/* padding: top right bottom left; */
 					  
a:link {color:#006; text-decoration:none;}   /* unvisited link */
a:visited  {color:#006; text-decoration:none;}   /* visited link */
a:hover {text-decoration:underline;}   /* mouse over link */

a.top:link {color:#006;}
a.top:visited {color:#006;}
a.top:hover {background:#006; color:#fff;}
/* the above styles are sub classes for links, and are named "top", this name is used in "<a class="top"></a>", 
if you change "top" in the subclass, you must change "top" in the <a> code. */
a.topone:link {color:#fff;}
a.topone:visited {color:#fff;}
a.topone:hover {background:#fff; color:#006;}