a:link {
color: #666ccc;
}

a:hover {
cursor: crosshair;
color: #444444;
}

a:visited {
color: #000000;
}

body {
text-align: center;
margin: 0 auto;
font-family: tahoma;
font-size: 12px;
}

h1 {
font-size: 14px;
text-transform: uppercase;
}

#container {
width: 500px;
}

#content {
width: 370px;
background-color: #ffccff;
float: right;
}

#sidebar {
width: 100px;
background-color: #ffcc00;
float: left;
}

#footer {
width: 500px;
clear: both;
background-color: #ffffcc;
}