/* CSS for Swell DJ Productions */ body { font-size:12pt; font-family:Times New Roman; color:white; line-height:16pt; margin-left:20px; margin-right:25px; margin-top:25px; margin-bottom:0px; background-color:black; } div { position:absolute; padding:3px; background-color:black; } div.ccad { left:25px; top:20px; padding:5px; font-weight:bold; height:100px; width:203px; text-align:center; border-bottom: 5px ridge blue; } div.logo { left:248px; top:20px; width:231px; height:105px; border-bottom: 5px ridge blue; } div.searchbox { left:495px; top:20px; color:blue; font-family:arial; font-size:18pt; font-weight:bold; text-align:center; height:105px; width:250px; border-bottom: 5px ridge blue; } div.navigation { width:150px; left:0px; top:110px; height:250px; } div.maintext { padding:5px; width:550px; height:300px; left:165px; top:110px; } p1 { color:blue; font-family:arial; font-weight:bold; font-size:9pt; text-align:center; } p2 { color:blue; font-family:arial; font-weight:bold; font-size:16pt; text-align:center; } h3 { padding-left:10px; font-size:14pt; font-family:Verdana; color:blue; } } a:link, a:visited, a:active { color:blue; font-weight:bold; text-decoration:none; } a:hover { color:white; background-color:black; font-weight:bold; text-decoration:none; }