@media all and (min-width: 960px) and (max-width: 1024px)
{
p { 
   font-family: Arial;
   font-size: 1.0em;
   color: black
}
p1 { 
   font-family: Arial;
   font-size: 2em;
   color: black 
}
h1 {
  font-family: arial;
  font-weight: normal;
  color: black;
  font-size: 15;
}
h2 {
  font-family: arial;
  font-weight: normal;
  color: black;
  font-size: 5;
}
}

@media all and (min-width: 321px) and (max-width: 480px)
{
p { 
   font-family: Arial;
   font-size: 1.0em;
   color: black
}
p1 { 
   font-family: Arial;
   font-size: 2em;
   color: black 
}
p.a { 
   font-family: Arial;
   font-size: 2em;
   color: black
}
h1 {
  font-family: arial;
  font-weight: normal;
  color: black;
  font-size: 15;
}
h2 {
  font-family: arial;
  font-weight: normal;
  color: black;
  font-size: 5;
}
}
}
a:link { text-decoration: none; text-underline: none; color: #610B38; }
a:visited { text-decoration: none; text-underline: none;  color: #610B38; }
a:active { text-decoration: none; text-underline: none; color: #610B38; }
a:hover { text-decoration: none; text-underline: none; color: #610B38; }

background-repeat: no-repeat;
