/*languagetools website style sheet - general*/
/*Copyright (c) 2011 Mark Planigale*/
/*Last modified 2011-02-15*/

/*body*/
body {background-color: #E3F2FF; padding: 50px; margin: 0; min-width: 800px; }

/*main*/
#main {position: relative; min-width: 548px; background-color: #FFFFFF; padding: 10px 20px; margin: 0; border-style: solid; border-width: 1px; border-color: #84C1FF; }

h1, h2, p {font-family: "Arial", "Helvetica", sans-serif; word-spacing: 0px; letter-spacing: 0px; font-style: normal; }

h1 {font-weight: 700; font-size: 30px; line-height: 100%; color: #0077EE; margin: 5px 0 15px 0; text-align: center; }

h2 {font-weight: 700; font-size: 18px; line-height: 100%; color: #0077EE; margin: 25px 0 15px 0; text-align: center; }

p {font-weight: 400; font-size: 14px; line-height: 130%; color: #000000; margin: 0 0 14px 0; text-indent: 0; }

.textcenter {text-align: center; }

/*links*/
a {color: #000088; }
a:link {text-decoration: none; }
a:visited {text-decoration: none; }
a:active {text-decoration: underline; }
a:hover {text-decoration: underline; }