
body{
background-color: #dddddd;
color:#000000;
}
p{
text-align: justify;
}

a{
text-decoration:none;

}
.red{
color:red;
}
.blue{
color:blue;
}
.green{
color:green;
}
.yellow{
color:#ffcc00;
}
.magenta{
color:magenta;
}