* {
    border:4px solid;
    border-color:black;
    text-align:center;
}

p {
    color:teal;
    font-weight: bold;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

}
#id {
    color:blueviolet;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif

}

.class {
    color:brown;
    font-weight:200;
    font-size:20px;
}