p.solid {border-style: solid; } 
p.double {border-style: double; } 
p.groove {border-style: groove; } 
p.dotted {border-style: dotted; } 
p.dashed {border-style: dashed; } 
p.inset {border-style: inset; } 
p.outset {border-style: outset; } 
p.ridge {border-style: ridge; } 
p.hidden {border-style: hidden; }

table.c1 { border-width: 7px; 
	border-style: outset; } 
td.c1 { border-width: medium; 
	border-style: outset; }
p.c1 { border-width: thick;
	border-style: solid; }

table.c2 { border-color: rgb( 100, 100, 255); 
	border-style: dashed; } 
td.c2 { border-color: #FFBD32; 
	border-style: ridge; }
p.c2 { border-color: blue;
	border-style: solid; }

p.c3 { border-bottom-style: dashed ; 
	border-bottom-color: yellow; 
	border-bottom-width: 5px; }
h4.c3 { border-top-style: double; 
	border-top-color: purple; 
	border-top-width: thick; }
h5.c3 { border-left-style: groove; 
	border-left-color: green; 
	border-left-width: 15px; 
	border-bottom-style: ridge; 
	border-bottom-color: yellow; 
	border-bottom-width: 25px; }

p.c4 { border: 20px outset blue ;} 
h4.c4{ border: 5px solid; } 
h5.c4{ border: dotted; }
