/* CSS Document */
@import url("structure.css");
@import url("specific.css");
* {
margin:0;
padding:0;
}
body {
font-size:70%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000;
background:#fff url(images/gradientblog.jpg) repeat-x;
}
h1 {
width:100%;
text-align:center;

}

h2, h3 {
color:#000;
font-weight:normal;
font-size:3.375em;
padding-bottom:18px;
text-align:center;
}
h3 {
font-size:1.2em;
}
p {
font-size:1.2em;
padding-bottom:10px;
}
label {
font-size:1.2em;
}

input,textarea,select,button {

font-size:1em;

font-family:Arial, Helvetica, sans-serif;

background:#fff;

color:#000
}

#table.form
{
width:263px;
height:362px;
}

fieldset
{
border:0;
width:263px;
}

A:link, A:active, A:visited {
font-family: arial, helvetica, sans-serif;  
font-size: 12px; 
text-decoration: none;
color: purple; 
font-weight: normal;  
}

A:hover {
text-decoration: underline;  
font-family:arial, helvetica, sans-serif;  
font-size: 12px;
color: purple;
font-weight: normal; 

}

img
{
border:0;
}

#col_small a{
color:pink;
}