@charset "UTF-8";
/* CSS Document */

body {
background-color:#FF6600;
font-family: 'Lucida Grande',Verdana, Arial, sans-serif;
}

.panel {
width: 360px;
margin-left: auto;
margin-right: auto;
margin-top: 48px;
padding: 24px;
border-left: dotted 2px #FF9900;
border-right: dotted 2px #FF9900;
}

p {
font-size: 15px;
line-height: 180%;
}

a {
color: white;
text-decoration: none;
border-bottom: dotted 1px white;
}

a:hover {
color: #ffcc00;
text-decoration: none;
border-bottom: none;
}

.image {
padding-top: 12px;
}
