/* my CSS-fu is weak */

/*@import url("http://www.umlautllama.com/fonts/fonts.css");*/


body {
        font-family: TopazSerif, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:17px; 
        background-color: #66ccff;
        color: white;
        height: 90%;
	margin: 0px;
	min-width: 600px;
}


.redbox, .bluebox, .greenbox, .whitebox, .yellowbox {
	height: 20px;
	width: 180px;
	width: 720px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.whitebox { background-color: rgb( 210, 210, 210 ); }
.redbox   { background-color: rgb( 210, 0, 0 ); }
.greenbox { background-color: rgb( 0, 180, 0 ); }
.bluebox  { background-color: rgb( 0, 0, 255 ); }
.yellowbox{ background-color: rgb( 255, 255, 128 ); }

.yellowbox {
	width: 720px;
}


A:link, A:visited, A:active, A:hover    {
        text-decoration: none;
        color: black;
        margin-left: 30px;
        margin-right: 30px;
        display: block;
}
A:hover   { color: white; }

A.cyan { margin-left: 4px; margin-right: 4px;
	margin-top: 10px; margin-bottom: 10px;
	color: yellow;
}
A.cyan:hover { color: cyan; }


.twitter {
	color: white;
	margin: 30px;
        background-color: #44aacc;
}

.transparentbg {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: .50; 
}

.twitter-title {
}

.left {
	align: left;
	margin: 30px;
}

.right {
	align:right;
	margin: 30px;
}

