/*<link rel="stylesheet" href="rollers.css" type="text/css"/>*/

#cd_list {
	align:center;
	padding-left:265px;
	}
	
	
	a:link {	
	font-weight: normal;
	color: #ffffff;
	text-align:center;	
	text-decoration: none;
	font-size: 24px;
	}

a:visited  {
	color: #ffcccc;
	text-decoration: none;
	font-size: 24px;
		}

a:hover {
    text-decoration: underline;
	color: aqua;
	font-size: 24px;
	}

a:active {
	text-decoration: none;
	font-size: 24px;
	}

img.floatLeft { 
    float: left; 
    margin: 4px; 
	
	}

#leftColumn {
	float: left;
	width: 350px;
	padding-top:175;
	padding-left:225;
		}

#rightColumn { 
	float: left;
	width: 250px;
	padding-top:100;
		}

#footer {
	clear: both;
	}
