*, html {
margin: 0;
padding: 0;
}

body {
background: url('../images/bg.gif') top left repeat-x;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

img { 
border: 0; 
}

p {
font-size: 13px;
color: #333333;
line-height: 1.5em;
text-align: justify;
}

.left {
float: left
}

.right {
float: right;
}

.clear {
clear: both;
}

a {
color: #006acc;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}
