
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

html  { 
font-family : "arial"; 
background-color : #cc3333; 
} 

body  { 
margin-left : auto; 
margin-right : auto; 
width : 800px; 
} 

.header{
text-align: center;
}


.body{
    background-color : #bda461; 
border: 1px solid #000;
padding-bottom : 50px; 
}


.navi{
float:left;
width : 200px;
margin: 25px 0px 5px 25px;
padding-bottom: 50px;
}

.hito{
float:left;
}

.painike{
text-align: center;
width : 125px;
float:left;
clear: left;
background-color : #cc3333; 
color : #bda461;
font-weight: bold;
border: 5px outset red;
padding: 5px 5px 5px 5px;
margin: 0px 0px 0px 0px;

}

 /* unvisited link */
a.painike:link {
color : #bda461;
text-decoration: none;
}

/* visited link */
a.painike:visited {
color : #bda461;
text-decoration: none;
}

/* mouse over link */
a.painike:hover {
border: 5px solid #cc3333;
color : #bda461;
text-decoration: none;
}

/* selected link */
a.painike:active {
border: 5px solid #cc3333;
color : #bda461;
text-decoration: none;
} 



h2{
color : #cc3333;
font-weight: bold;
margin: 25px 0px 25px 25px;
}


p{
color : black;
margin: 25px 0px 25px 25px;
}

.bold{
font-weight: bold;
}


.footer{
        clear: left;
font-family : "arial"; 
font-weight: bold;
color : #999999;
background-color : #cc3333; 
text-align: center;
padding: 1px 0px 1px 0px;
}