#about_myself h2 {
	color: pink;
}

#hobbies h2 {
	color: green;
}

#education h2 {
	color: blue;
}

#languages_one {
	float: left;
}

#index_style {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#personal a:hover {
	font-size: 150%;
}

th {
	color: red;
}

table {
	text-align: center;
}

tr:nth-child(even) {
	background-color: pink;
}