@charset "UTF-8";

body{
font:12px/1.5 'Lucida Grande', Helvetica;
margin:0;
padding:0;
color:#333
}

*+html body,
* html body{
font-size:75%
}

body{
background:#f2f2f2;
color:#333
}

#error{
overflow:auto;
height:400px;
width:500px;
position:absolute;
top:50%;
left:50%;
margin-top:-200px;
margin-left:-250px
}

h1,p.end{
margin-bottom:32px
}

a:link,
a:visited,
a:active{
color:#333;
text-decoration:none
}

a:link,
a:visited{
border-bottom-width:1px;
border-bottom-style:dotted
}

a:hover{
border-bottom-width:1px;
border-bottom-style:none;
background-color:#99cc00
}
