OK, so I'm hoping someone can help me out maybe even give me a example of what I need, I have my basic page with header, footer, and sidebar... Then I have a 3 column by 6 roll flash <body I made. everything works and looks great till I put it together and what I came up with was 1 of the CSS codes from each set of codes was was doing because if i removed one the problem was fix but it just made a new one here are the two codes Basic Page: <link content="RadLance style sheet" href="./radlance/templates/web/default/css/style.css" type=text/css rel=stylesheet> Flash temp: <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251"> <style type="text/css"> <!-- td { text-align: left; vertical-align: top; font-family:Tahoma; font-size:11px; color:#7A7A7A; } a { text-decoration: none; } a.1 { text-decoration: none; color:#000000; } .t11 { font-family: Tahoma; font-size: 11px; font-style: normal; } --> </style> Thank you for your time,