/* Alpine House Calls */

body {
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
color: 333;
font-size: 62.5%;
font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
font-family: "Minion Web", "Times New Roman", Times, serif;
}

h4 {
color: #ff0000;
font-size: 1.4em;
background-color: #ffffff;
}

h5 {
color: #ff0000;
font-size: 1.2em;
font-style: italic;
font-weight: normal;
background-color: #ffffff;
}

p {
font-size: 1.3em;
color: 333;
background-color: #ffffff;
}

ul {
list-style-type: disc;
}

a:link {
color: #0000ff;
font-size: 1em;
text-decoration: underline;
background-color: #ffffff;
}

a:visited {
color: #8000ff;
font-size: 1em;
text-decoration: none;
background-color: #ffffff;
}

a:active {
color: #ff0000;
font-size: 1em;
text-decoration: underline;
background-color: #ffffff;
}

a:hover {
color: #008000;
text-decoration: underline;
font-size: 1em;
background-color: #ffff80;
}

