@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
html {
height:100%;
}

body {
height:100%;
background-color:#001933;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#000;
margin:0;
}

h1 {
font-size:14px;
font-weight:700;
color:#69C;
font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
font-size:1.7em;
line-height:0.8em;
font-weight:900;
color:#000;
}

h3 {
font-size:1.5em;
line-height:0.8em;
font-weight:900;
color:#000;
}

h4 {
font-size:1.4em;
line-height:0.8em;
font-weight:900;
color:#000;
}

h5 {
font-size:1.3em;
line-height:0.8em;
font-weight:900;
color:#000;
}

h6 {
font-size:1.2em;
line-height:0.8em;
font-weight:900;
color:#000;
}

a:hover {
color:#659FDE;
}

img {
border:0 none;
}

.clr {
clear:both;
}

a:link,a:visited {
color:#C60;
}
