#ref0 h2 { background: url(../../pics/cssT/smallPic.jpg) no-repeat center right; }
#ref0
h3 { background: red url(http://example.com/noPic.jpg); }
#ref0
p { background: #0aaaaa; }
#ref1 textarea { background-image: url(../../pics/cssT/smallPic.jpg); 
      background-attachment: fixed; }
#ref2 h4 { background-color: white; }
#ref2 

p { background-color: #1078E1; }
#ref2 

ul { background-color: rgb( 149, 206, 145); }
#ref3 h2 { background-image: url(../../pics/cssT/smallPic.jpg); }
#ref3
h3 { background-image: url(http://example.com/noPicHere.jpg); }
#ref4 p { background-image: url(../../pics/cssT/smallPic.jpg); 
      background-position: 20px 10px; }
#ref4

h4 { background-image: url(../../pics/cssT/smallPic.jpg);
      background-position: 30% 30%; }
#ref4

ol { background-image: url(../../pics/cssT/smallPic.jpg);
      background-position: top center; }
#ref5 p { background-image: url(../../pics/cssT/smallPic.jpg); 
      background-repeat: repeat; }
#ref5

h4 { background-image: url(../../pics/cssT/smallPic.jpg); 
      background-repeat: repeat-y; }
#ref5

ol { background-image: url(../../pics/cssT/smallPic.jpg); 
      background-repeat: repeat-x; }
#ref5

ul { background-image: url(../../pics/cssT/smallPic.jpg); 
      background-repeat: no-repeat; }
#ref6 p{border-style: solid; }
#ref6 
b {border-style: double; }
#ref6 
i {border-style: groove; }
#ref6 
h3 {border-style: dotted; }
#ref6 
h4 {border-style: dashed; }
#ref6 
h5 {border-style: inset; }
#ref6 
h6 {border-style: outset; }
#ref6 
ul {border-style: ridge; }
#ref6 
ol {border-style: hidden; }
#ref7 p { border-bottom: 15px solid black; }
#ref8 p { border-bottom-color: yellow;
    border-bottom-width: 3px;
    border-bottom-style: dashed; }
#ref9 p { border-bottom-style: solid;
    border-width: 3px; }
#ref10 p { border-bottom-style: solid;
    border-bottom-width: 3px; }
#ref11 p { border-color: red;
    border-width: 3px;
    border-style: solid; }
#ref12 p {border-left: 15px dashed green; }
#ref13 p { border-left-color: yellow;
    border-left-width: 3px;
    border-left-style: dashed; }
#ref14 p { border-left-style: solid;
    border-width: 3px; }
#ref15 p { border-left-style: solid;
    border-left-width: 3px; }
#ref16 p { border-right: 5px dotted green; }
#ref17 p { border-right-color: red;
    border-right-width: 3px;
    border-right-style: dashed; }
#ref18 p { border-right-style: solid;
    border-width: 3px; }
#ref19 p { border-right-style: solid;
    border-right-width: 3px; }
#ref20 p { border-style: solid;
    border-width: 3px; }
#ref21 p { border-top: 5px dashed yellow; }
#ref22 p { border-top-color: red;
    border-top-width: 3px;
    border-top-style: dashed; }
#ref23 p { border-top-style: solid;
    border-width: 3px; }
#ref24 p { border-top-style: solid;
    border-top-width: 3px; }
#ref25 p { border-style: solid;
    border-width: 3px; }
#ref26 i { float: left;}
#ref26
b {
float: left;
clear: left;
}
#ref27 h4 { color: red; }
#ref27
h5 { color: #9000A1; }
#ref27 
h6 { color: rgb(0, 220, 98); }
#ref28 a { display: block; }
#ref28
p { display: inline; }
#ref29 img { float: right; 
margin: 4px; }
#ref30 h4 { font-family: sans-serif; }
#ref30
h5 { font-family: serif; }
#ref30 
h6 { font-family: arial; }
#ref31 p { font-size: 120%; }
#ref31 
ol{ font-size: 10px; }
#ref31 
ul{ font-size: x-large; }
#ref32 p { font-style: italic; }
#ref32
h4{ font-style: oblique; }
#ref33 p { font-variant: small-caps; }
#ref34 p { font-weight: 100; }
#ref34 
ul{ font-weight: bolder; }
#ref35 p{
height: 60px;
border: 1px solid black;
}
#ref36 p { letter-spacing: 3px; }
#ref37 p{ line-height: 400%; }
#ref37
h5{ line-height: 12pt; font-size: 20pt;}
#ref37
h6{ line-height: 15px; font-size: 20px;}
#ref38 ul { list-style: circle inside url("http://www.example.com/noPic.gif");}
#ref39 ul { list-style-image: url("http://www.tizag.com/pics/cssT/listArrow.gif"); }
#ref39 
ol { list-style-image: url("http://www.tizag.com/pics/cssT/listArrow2.gif"); }
#ref40 ul { list-style-position: inside; }
#ref40 
ol { list-style-position: outside; }
#ref41 ol { list-style-type: upper-roman; }
#ref41 
ul { list-style-type: circle; }
#ref42 p {margin: 15px; border: 1px solid black; }
#ref42

h4 {margin: 10px 25px; 
border: 1px solid black; }
#ref42

h5{margin: 0px 15px 10px 33px;
border: 1px solid red;}
#ref43 p { margin-bottom: 55px; border: 1px solid black; }
#ref44 p { margin-left: 55px; border: 1px solid black; }
#ref45 p { margin-right: 65px; border: 1px solid black; }
#ref46 p { margin-top: 75px; border: 1px solid black; }
#ref47 p {padding: 15px; border: 1px solid black; }
#ref47

h4 {padding: 5px 15px; 
border: 1px solid black; }
#ref47

h5{padding: 0px 5px 10px 3px;
border: 1px solid red;}
#ref48 p { padding-bottom: 4px; border: 1px solid black; }
#ref49 p { padding-left: 25px; border: 1px solid black; }
#ref50 p { padding-right: 14px; border: 1px solid black; }
#ref51 p { padding-top: 5px; border: 1px solid black; }
#ref52 h3 { 
position: relative; 
top: 15px;
left: 150px;}
#ref52

p { 
position: absolute; 
left: 0px;}
#ref53 p { text-align: right; }
#ref53 
h5{ text-align: justify; }
#ref54 h4{ text-decoration: line-through; }
#ref54 
h5{ text-decoration: overline; }
#ref54 
h6{ text-decoration: underline; }
#ref55 p { text-indent: 20px; }
#ref55
h5 { text-indent: 30%; }
#ref56 p { text-transform: capitalize; }
#ref56 
h5{ text-transform: uppercase; }
#ref56 
h6{ text-transform: lowercase; }
#ref57 td {
height: 80px;
vertical-align: bottom;
}
#ref57

p { font-size: 20px;}
#ref57

i { 
font-size: 10px;
vertical-align: text-top;
}
#ref58 p { white-space: nowrap;
    overflow: scroll;
    width: 430px;}
#ref59 p {
width: 200px;
border: 1px solid black;
}
#ref60 p { word-spacing: 10px; }
#ref61 h4{ position: relative; 
top: 30px;
left: 50px;
z-index: 2;
background-color: #336699;}
#ref61

p { position: relative; 
z-index: 1; 
background-color: #FFCCCC;}
