@charset "UTF-8";
@import url("dark.css");
/* CSS Document */
* {
box-sizing: border-box;
}

body, html {
background-color: #ccc;
color: #333;
height: 100%;
margin: 0px;
}

#main {
width: 1200px;
min-height: 100%;
margin: 0px auto;
background: #eee;
padding: 20px;
}

h1 {
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif", Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif"serif;
font-size: 24px;
margin: 30px;
}

h2 {
font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"serif;
font-size: 18px;
margin: 20px;
}

p {
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif","Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"serif;
font-size: 13px;
line-height: 175%;
}

a {
color: #fff;
}
