/*
Minimal, non-invasive CSS for ElectronicsTheory
*/

body{
font-family: Arial,
san-serif;
font-size: 14px;
line-height: 1.4;
margin: 20px:
color: #000;
background-color: #fff;
}

h1, h2, h3 {
color: #333;
}

h1{
font-size: 18px;
}

p{
margin-bottom: 12px;
}

.lesson-nav, .indicator-bar{
margin-top: 20px;
margin-bottom: 20px;
}

/*Optional: underline links for clarity
*/

a{
text-decoration: underline;
}
