a {
  text-decoration: none;
  color: blue;
  font-family: monospace;
  font-size: 12px;

}

a:hover {
  color: red;
}


h1 {
 
  
}

body  {
  font-family: Monospace;
  font-size: 12px;
  background-color: rgb(218, 255, 221);
}

table {
	background-color:white;
	border-radius:10px;
	padding:5px;
	margin-bottom:20px;
}

.os {
	background-color:red;
	border-radius:10px;
	padding:5px;
	color:white;
	font-size:18px;
	font-weight:bold;
	letter-spacing:3px;
}

th {
	
	  font-size: 18px;
	  font-weight: bold;
}

 td, a {
	padding-right:10px;
	 font-size: 16px;
}
p {
	  
      font-size: 16px;
}

.fet {

      font-size: 18px;
	  font-weight: bold;
}
	
	.mono {
		font-family:monospace;
		background-color:powderblue;
		 font-size: 16px;
	}
