I have to draw a table where I need to color the cells brown and the borders with red. After reading a few similar questions, I have figured out how to properly color the cells and have resolved some issued with my pdf viewer. But I have not found a way to change the borders from black to red.
Please suggest a way to do this. Thank you.
Edit: Adding the packages I have used.
For writing my document I saw a YouTube video and just copied all the packages they had used:
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[table]{xcolor}
\usepackage{array}
\usepackage{multirow}