#container {
 width: 1500px;
 margin: 0 auto 0 auto;
 border-left: 1px solid #808080;
 border-right: 1px solid #808080;
 border-bottom: 1px solid #808080;
 text-align: center;
}

body {
 font-family: "Trebuchet MS", Verdana, sans-serif;
 font-size: 14px;
 color: #333333;
}

h1 {
 font-family: "Trebuchet MS", Verdana, sans-serif;
 font-size: 18px;
 color: #000000;
 font-weight: bold;
 text-align: center;
}

h2 {
 font-family: "Trebuchet MS", Verdana, sans-serif;
 font-size: 14px;
 color: #666666;
 font-weight: bold;
 text-align: center;
}

h3 {
 font-family: "Trebuchet MS", Verdana, sans-serif;
 font-size: 12px;
 color: #666666;
 font-weight: bold;
 text-align: center;
}

.note {
 color :#229922;
}

.warning {
 color :#992222;
}

a {
 font-family: "Trebuchet MS", Verdana, sans-serif;
 font-size: 14px;
 color: #003366;
 text-decoration: underline;
}

