/*
hello, fruitcake, this is moonball typing.
~ moonball = echo ~ 
you're looking at the base stylesheet + customization [by aj] for alien.echoes.nu 
you may use this code as:
a) a way to gather knowledge
or
b) what not to use [for your own coding purposes]
*/

body {
background: #fff;
color: #8FBC8F;
text-align: center;
}

a:link, a:visited, a:active {
color: #3CB371;
}

a:hover {
color: #2E8B57;
text-decoration: none;
}

p {
margin: 5px;
padding: 5px;
}

#container {
margin: 35px auto;
width: 500px;
text-align: left;
border: 1px #2E8B57 dashed;
}