urgent problem i have this code in external css for paragraph but what is stated in the paragraph is not appearing like the color and font size. here is the code.
.content{
width:920px;
height:1000;
background-color:#FFFAF0;
background-repeat:repeat-y;
padding:5px;
.p{
align:center;
color:#800000;
text-align: justify;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}
img.floatLeft{
float:left;
margin: 4px
}
img.floatRight{
float:right;
margin: 4px
}
}