/* File name SRM.css */


body {
font-family : Arial,  Verdana;
font-weight : normal;
font-size : 14px;
color : black;
background-color : white;
}
a:link {
text-decoration : none;
color : blue;
font-size : 14px;
}
a:visited {
text-decoration : none;
color : blue;
font-size : 14px;
}
a:hover {
text-decoration : none;
color : maroon;
font-size : 14px;
}

td {
font-family : Arial,  Verdana;
font-weight : normal;
font-size : 14px;
color : black;
}
h1, h2, h3, h4 {
color : maroon;
}
h1 {
font-size : 210%;
font-style : normal;
font-variant : normal;
font-weight : bold;
font-family : Arial,  Verdana;
text-align: center;
vertical-align: text-top;
}
h2 {
font-size : 210%;
font-style : normal;
font-variant : normal;
font-weight : bold;
font-family : Arial,  Verdana;
text-align: left;
vertical-align: text-top;
}
h3 {
font-size : 125%;
font-style : normal;
font-variant : normal;
font-weight : bold;
font-family : Arial,  Verdana;
}
h4 {
font-size : 100%;
font-style : normal;
font-variant : normal;
font-family : Arial,  Verdana;
font-weight : bold;
}
.fnt {
font-size : 14px;
}

p {
font-family : Arial,  Verdana;
font-weight : normal;
font-size : 14px;
color : black;
}
li {
font-family : Arial,  Verdana;
font-weight : normal;
font-size : 14px;
color : black;
}

.button {
  background-color: maroon; 
  border: none;
  color: white;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}

.button {border-radius: 10px;}

img {
  border-radius: 10px;
}