body{
	background-color:#0891;
	margin: 25px;
}
h2{
	color:#399998;
	font-family:Verdana; 
	font-size:30px;
	text-align: center;
	border-bottom: 15px solid gray;
	padding-bottom: 10px
}
#hometext{
	text-align: center;
	background-image: url()
}
.center-left{
	text-align: left;
}
h4{
	color:#3999; 
	font-family:Verdana; 
	font-size: 20px;
}
h5{color:black; 
	font-family:monospace; 
	font-size: 16px;
	
}
.img{
	border: 4px solid rgba(39, 99, 98, 0.75);
	border-radius: 10px;
	width:300px;
}
p{
	font-family:monospace; 
	font-size: 13px;
}
#linked-list-of-weeks{
	text-align: center
}
#fp-link{
	color:#3999; 
	font-family:Verdana; 
	font-size:20px;
	text-decoration: none;
	
}
#fp-link:hover{
	text-decoration: underline;
	text-decoration-style: wavy;
	font-family:Verdana; 
	font-size:20px;
	
}
	
}
#or{
	color:#399998; 
	font-family:Verdana; 
	font-size:18px
}
ol{
	font-family: monospace; 
	background-color: #0291;
	border: 1px solid rgba(02, 91, 00, 0.5);
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left !important;
	border-radius: 10px
}

}
.align-right{
	text-align:right;
	margin-right: 10px;
}
.footer-img{
	height: 40px;
	opacity: 0.5;
	padding: 3px;
}
img	{
	display: block;
    margin: auto;
    vertical-align: middle;
	width: inherit;
	border-radius: 10px;
	border: 1px solid rgba(39, 99, 98, 0.75);
}
iframe {display: block;
    margin: auto;
    vertical-align: middle;
	border-radius: 10px;
	border: 1px solid rgba(39, 99, 98, 0.75);
}
a{
	color: gray;
	text-decoration: none;
}
a:hover{
		color:#379899;
		text-decoration: underline;

}
}
#UoB{
	border-radius:5px;
}
#fablab{
    display: block;
    margin: auto;
    vertical-align: left;
	width: inherit;
	border-radius: 100%;
}
.std-image{
	width: 400px;
}
ul{
	font-family: verdana ;
	color:#379899;
	font-weight:600;
	background-color: azure;
	border-radius: 15px;
	border: 1px solid rgba(39, 99, 98, 0.75);
	padding-bottom: 5px;
	padding-top: 5px;
}
.small-image{
	width: 200px
}
.padding{
	padding: 10px;
}

.center{
	text-align: center;
	color:brown
}

.code{color: black;
	  font-family: monospace;
	  border: 1px solid rgba(39, 99, 98, 0.75);
	  font-weight: 600;
	
}
