p
{
color:red;
text-align:center;
}

/*This is fun jk lol*/
p
{
text-align:center;
/*I like this class*/ 
color:red;
font-family:arial;

}
#paral
{
text-align:center;
color:blue;
}
.center {text-align:center;}
body {background-color:blue;}

#bg {background-color:yellow;}


.pos_fixed
{
position:fixed;
top:30px;
right:5px;
}