<!--body {background-color: #616A6B;} -->
body
{
   background-image:url(my_css_bg_image.png);
   background-repeat:no-repeat;
    background-position: center; 
}
h1 {font-family: commanders; background-color: yellow; } 

h2 {font-family: algerian;background-color: cyan;}

h3 {margin: 0 0 50px 0; text-indent: 50px;letter-spacing: 5px; text-shadow: 2px 2px;}

h4 {margin: 20px 0 0 0;}

.stil1 
{  text-align: right;background-color: white;font-family:commanders,Arial, Helvetica, sans-serif;
font-style: normal; font-weight: normal; font-variant: normal;}  
<! --- class unic al stilului---><! --- style ->italic / oblique---><! ---weight-> bold---><! --- varinat->small-caps--->

p.dotted { border-style: dotted;border-width: 2px; border-color: green; }<!-- clasa -->

p.dashed {border-style: dashed;} <! --- solid / double / groove /ridge /inset/outset /none /hidden--->

p.mix {border-style: dotted dashed solid double;}

p.stil3 {border-top-style: dotted; border-right-style: solid; border-bottom-style:dashed;border-left-style: solid;}      

p { border: 5px solid red; border-radius: 5px; margin-top: 55px; margin-bottom: 55px; margin-right: 55px;margin-left: 55px;}

#stil2{ font-family: Castellar; background-color: green; color: blue; } <! --- id unic al stilului--->