body {
    margin: 0;
    padding: 0;
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
}

a {	color: #1611c1; text-decoration: none; }
a:hover { text-decoration: none; color: #FFA500;}

p, ul {
   line-height: 20px;
   text-align: justify;
}

img { border: 0; vertical-align: middle;}

h1 { font-size: 18px; color: #648cc0; }
h2 { font-size: 16px; color: #648cc0; }
h3 { font-size: 14px; color: #648cc0; margin-top: 40px; margin-bottom: 15px; }

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    text-align: left;
}

li {
   margin: 2px;
}

input,textarea {
  width: 200px;
	border: 0;
	border: 1px solid #BEBEBE;
	font-size: 10px;
}

textarea {
  height: 150px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

