<!-- paragraph -->
p {
font-family: arial, helvetica, Sans-Serif;
color: #000000;
text-decoration: none;
font-weight: normal;
font-size: 12px;
padding-right: 0px;
}
p a:link {
font-family: arial, helvetica, Sans-Serif;
color: #006699;
text-decoration: none;
font-weight: normal;
font-size: 12px;
padding-right: 0px;
}
p a:hover {
font-family: arial, helvetica, Sans-Serif;
color: #666;
font-weight: normal;
text-decoration: none;
font-size: 12px;
padding-right: 0px;
}
p a:visited {
font-family: arial, helvetica, Sans-Serif;
color: #006699;
text-decoration: none;
font-weight: normal;
font-size: 12px;
padding-right: 0px;
}

<!-- bottom include -->
#bottom{
width: 100%;
background: #ffffff URL (images/bottomimg.jpg);
position: center;
}
#bottom a{
  font-family: arial, helvetica, sans serif;
	color: #006699;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0px;
	font-weight: plain;
	font-decoration: none;
	padding-right: 0px;
}
#bottom a:hover{
  font-family: arial, helvetica, sans serif;
	color: #666;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 10x;
	letter-spacing: 0px;
	font-weight: plain;
	font-decoration: none;
	padding-right: 0px;
}
#copyright{
  font-family: arial, helvetica, sans serif;
	color: #000000;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0px;
	font-weight: plain;
	font-decoration: none;
}

<!-- Breadcrumb -->
#bread{
width: 100%;
}
#bread a {
font-family: arial, helvetica, Sans-Serif;
font-style:italic; 
color: #666666;
font-weight: normal;
font-size: 10px;
padding-right: 0px;
}
#bread a:link {
font-family: arial, helvetica, Sans-Serif;
font-style:italic; 
color: #006699;
text-decoration: none;
font-weight: normal;
font-size: 10px;
}
#bread a:hover {
font-family: arial, helvetica, Sans-Serif;
font-style:italic; 
color: #d9d9d9;
font-weight: normal;
text-decoration: none;
font-size: 10px;
}
#bread a:visited {
font-family: arial, helvetica, Sans-Serif;
font-style:italic; 
color: #006699;
text-decoration: none;
font-weight: normal;
font-size: 10px;
}
<!-- news -->
#news {
Width: 200px;
}

.newstitle {
font-family: arial, helvetica, Sans-Serif;
color: #000;
text-decoration: underline;
font-weight: bold;
font-size: 14px;
padding-right: 0px;
}
#news p{
font-family: arial, helvetica, Sans-Serif;
color: #000;
text-decoration: none;
font-weight: normal;
font-size: 10px;
padding-right: 0px;
}
#news a:link {
font-family: arial, helvetica, Sans-Serif;
color: #006699;
text-decoration: underline dotted;
font-weight: normal;
font-size: 10px;
padding-right: 0px;
}
#news a:hover {
font-family: arial, helvetica, Sans-Serif;
color: #d9d9d9;
font-weight: normal;
text-decoration: underline dotted;
font-size: 10px;
padding-right: 0px;
}
<!-- Mailing List -->
container-mailinglist{margin:0;padding:0;}
fieldset{margin:1em 0;border:none;border-top:1px solid #555;}
legend{margin:1em 0;padding:0 0;color:#006699;background:transparent;font-size:1.3em;font-weight:plain; text-align:left;}
label{float:left;width:150px;padding:0 0;color:#006699; font:10px arial,verdana,sans-serif;}
fieldset div{margin-bottom:0;padding-bottom: 5px;display:block;}
fieldset div input,fieldset div textarea{width:135px;border-top:1px solid #555;padding:1px;color:#333;}
fieldset div select{padding:1px;}}
#fm-submit{clear:both;padding-top:5px;text-align:left;}
#fm-submit input{border:1px solid #d9d9d9;padding:2px 1em;background:#555;color:#fff;font-size:100%;}
#container-mailinglist{float:right; margin:0 auto;padding:10px;width:175px;text-align:left; border:1px dashed #006699; background: #fff URL (http://www.personalbusinesstaxguide.com/images/bg.jpg)}
p#fm-intro{margin:0;}


/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* PROFILES/COUNTRIES */

button2:hover, .buttons2 a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons2 a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button2.positive, .buttons2 a.positive{
    color:#529214;
}
.buttons2 a.positive:hover, button2.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons2 a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons2 a.negative, button2.negative{
    color:#d12f19;
}
.buttons2 a.negative:hover, button2.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons2 a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
/* BUTTONS */

.buttons2 a, .buttons2 button{
    display:block;
    float:left;
    margin:10 10 10 10px;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:130%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:20px 20px 20px 20px; /* Links */
}
.buttons2 button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons2 button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons2 button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
.right {float: right;}
.left {float: left;}

<!-- IE LIST FIX -->
ol {
  background: #fff;
  margin: 0px;
  padding: 0px;
}
li {
  background: #fff;
	margin-left: 0px;
  padding-left: 0px;
}
ul {
list-style-type: none;
margin: auto;
padding-bottom: 10px;
}
li {list-style: square inside; color:#000000;
}
#newlist {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12PX;
padding:10px;
border: 2px solid #274965;
margin-right:10px;
background: #f0f0f0;
margin-left:0px;
}
#newlist h8 {
	font-family: Arial, sans serif;
	font-size: 16px;
font-weight: bold;
color: #4d4b54;
}
#newlist ul {
list-style: none;
margin: 0; padding: 0;
}
#newlist ul li {
margin: 0; padding: 0;
background-color:#e1e1e1;
border-bottom: 0px solid #538dbd;
list-style:none;  
margin-bottom:5px;
}
#newlist ul li a {
font-size: 100%;
font-weight: bold;
display: block;
text-decoration: none;
color: #274965;
width:100%;
margin-left:0px;
}
#newlist ul li a:hover, #newlist ul li a:focus {
color: #f2ce02;
}
