﻿body {
width : 930px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
background:url("img/summer-02.png") repeat;
background-repeat: repeat;
}

.main{
width : 880px;
text-align : center;
background-color:#ffffff;
margin-top:0px;
box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
}



p {
text-align : center;
font-weight : bold;
font-size : 20pt;
}


header {
width : 880px;
text-align : center;
font-weight : bold;
font-size : 12pt;
color : #c71585;
}

.box5 {
text-align: left;
margin: 1em 0;
padding: 1em;
background-color:#FFFF88;
border: double 5px #FF6600;
line-height : 180%;
}
.box5 p {
    margin: 0; 
    padding: 0;
}
.red{
color:#ff0000;
font-weight:bold; 
}

.blue {
background-color:#0075BE;
text-align : center;
font-size : 12px;
color : white;
height : 25px;
}