/*
Import Menu CSS
*/

@import url("http://www.cutaia.net/includes/menu.css");

/*
General CSS
*/

#content {
 font-family: "tempus sans itc", verdana, arial, sans-serif;
 text-align: center;
}

body {
 background-color: #000000;
 color: #ffffff;
 font-size: 100%;
}

a:link {
 color: #86f08c;
 background-color: transparent;
 text-decoration: none;
}

a:visited {
 color: #86f08c;
 background-color: transparent;
 text-decoration: none;
}

a:hover {
 color: #dddddd;
 background-color: transparent;
 text-decoration: underline;
}

a:active {
 color: #86f01c;
 background-color: transparent;
 text-decoration: none;
}

.gray {
 font-size: 89%;
 color: #bbbbbb;
 background-color: transparent;
}

.chat {
 font-size: 90%;
 padding: .5em;
}

.chatsmall {
 font-size: 75%;
 padding: .5em;
}

.title {
 margin-left: 25%;
 margin-right: 25%;
 font-size: 160%;
 font-weight: bold;
 color: #86f01c;
 background-color: transparent;
}

.main {
 font-size: 95%;
 padding: .3em;
}

.classics {
 font-size: 75%;
 padding: .3em;
}

img {
 border: 0;
}
 