/ Published in: CSS
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
BODY,
HTML{
color: #333;
font-family: helvetica, arial, sans-serif;
font-size: 12px;
line-height: 1.4em;
}
P{ margin: 0 0 20px 0; }
H1{
font-size: 23px;
margin: 0 0 20px 0;
}
H2{
font-size: 20px;
margin: 0 0 20px;
}
H3{
font-size: 1.17em;
font-weight: bolder;
margin: 0 0 15px 0;
}
H4{
font-weight: bolder;
margin: 0 0 10px 0;
}
H5{
font-size: .83em;
font-weight: bolder;
margin: 0 0 10px 0;
}
H6{
font-size: .75em;
font-weight: bolder;
margin: 0 0 10px 0;
}
A{ color: blue; }
STRONG{ font-weight: bold; }
EM{ font-style: italic; }
HR{ border: none; border-bottom: 1px solid #333; }
OL{ margin: 1.12em 0 1.12em 40px; }
OL LI{
list-style: decimal outside;
margin: 0; padding: 0;
}
UL{ margin: 1.12em 0 1.12em 40px; }
UL LI{
list-style: disc outside;
margin: 0; padding: 0;
}
PRE{ font-family: monospace; white-space: pre; }
BLOCKQUOTE{ margin: 1.12em 40px 1.12em 40px; }
INPUT[type=text],
INPUT[type=password]{
border: 1px solid #BBB;
color: #333;
font-family: helvetica, arial, sans-serif;
font-size: 12px;
}
TEXTAREA{
border: 1px solid #BBB;
color: #333;
font-family: 'helvetica neue', helvetica, arial, sans-serif;
font-size: 12px;
}
INPUT[type=submit],
INPUT[type=button]{
}
INPUT[type=submit]:hover,
INPUT[type=button]:hover{
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                