@charset "UTF-8";

body {vertical-align:top;background-position: center; background-repeat: no-repeat; font-family:"Trajan Pro Bold", Serif;width:100%;margin: auto;padding: 0px;}

#wrapper{
width:100%;
border-color: #201150;
border-style: double;
border-width: 13px;
width:50%;
padding: 30px;
margin-left: auto;
margin-right: auto;
display: block;
}

#centertext{
background-repeat: no-repeat;
background-color: white;
font-size: 14px;
font-family: monospace;
border-color: #201150;
border-style: double;
border-width: 13px;
text-align: center;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
display: block;
width:60%;
padding: 20px 30px 30px 30px;
line-height: 18px;
}

#biglinks{
background-color: white;
font-size: 180px;
font-family: monospace;
text-align: left;
padding: 40px 500px 40px 500px;
}

#biggertext{
font-size: 16px;
}

#footer{
font-size: 12px;
font-weight: bold;
margin-top: 60px;
}

a{
color:black;
}

a:hover{
text-decoration: underline;
}