﻿
body {
    color:#0080FF; background-color:#ddd; 
}

body,h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote {
    font-family:Arial,sans-serif; 
}

h1 { 
    font-size:25px;
    margin-bottom:15px;
}

h2 { 
    font-size:20px; margin-bottom:15px;
}

h3 {
    font-size:15px;
}

h4 {
    font-size:13px;
}

p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote {
    font-size:11px;
}

a:link, a:visited{
    color: inherit;
    text-decoration: underline;
}

.g_shadow {
    text-shadow: #777 0.3em 0.3em 0.3em;
}

a:hover {
    text-shadow: #000 0.1em 0.1em 0.3em;
}

div.maxwh {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: table;
}

.vcenter {
    display: table-cell;
    vertical-align: middle
}

.img_hcenter {
    display: block;
    margin: 0.1em auto
}

.txt_hcenter {
    text-align: center
}
