#tagline {
    font-size: 20px;
    color:red;
}

#main h1 {
    font-size: 28px;
    color: black;
    text-transform: none;

}    

#main h2 {
    font-size: 24px;
    color: black;
    text-transform: none;

}  

#main h3 {
    font-size: 20px;
    color: black;
    text-transform: none;

}  

body {
    font-size: 15px;
}
p {
    font-size: 15px;
}

a:link {
    color: #2196f3 !important;
    text-transform: none !important;
}
a {
    color: #2196f3 !important;
    text-transform: none !important;
}

