/* CSS Document */
/* Custom Styles */
a {
font-size: 12px;
}

.title{
font-size: 30px;
}

.subtitle{
font-size: 26px;
}

.content{
font-weight: normal;
font-size: 12px;
}

/* Tag Custom Styles for headings and paragraphs in the editor. */

h1 {
font-size: 30px;
}

h2 {
font-size: 26px;
font-weight: bold;
}

h3{
font-size: 20px;
}

h4{
font-size: 18px;	
}

body, p, span, div {
font-family:Arial,Tahoma,Verdana;
font-weight: normal;
font-size: 12px;
}